Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
GLArrayDataProxy.hpp File Reference
Include dependency graph for GLArrayDataProxy.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gamp::render::gl::data::GLArrayDataProxy< Value_type >
 Proxying a data buffer for GLArrayData usage of given template-type Value_type. More...
 
struct  gamp::render::gl::data::GLArrayDataProxy< Value_type >::Private
 

Namespaces

namespace  gamp
 Gamp: Graphics, Audio, Multimedia and Processing Framework (Native C++, WebAssembly, ...)
 
namespace  gamp::render
 
namespace  gamp::render::gl
 
namespace  gamp::render::gl::data
 

Typedefs

template<typename Value_type>
using gamp::render::gl::data::GLArrayDataProxyRef = std::shared_ptr<GLArrayDataProxy<Value_type>>