Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
GLArrayDataClient.hpp File Reference
Include dependency graph for GLArrayDataClient.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::GLArrayDataClient< Value_type >
 Client data buffer for non VBO GLArrayData usage of given template-type Value_type. More...
 
struct  gamp::render::gl::data::GLArrayDataClient< 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
 
namespace  gamp::render::gl::data::impl
 

Typedefs

template<typename Value_type>
using gamp::render::gl::data::GLArrayDataClientRef = std::shared_ptr<GLArrayDataClient<Value_type>>
 
typedef GLArrayDataClient< float > gamp::render::gl::data::GLFloatArrayDataClient
 
typedef GLArrayDataClientRef< float > gamp::render::gl::data::GLFloatArrayDataClientRef