12#ifndef GAMP_GLDATAARRAYHANDLER_HPP_
13#define GAMP_GLDATAARRAYHANDLER_HPP_
20 using namespace gamp::render::gl;
21 using namespace gamp::render::gl::data;
32 template <
typename Value_type>
bool bindBuffer(GL &gl, bool bind)
if bind is true and the data uses VBO, the latter will be bound and data written to the GPU if requir...
GLArrayHandler() noexcept=default
GLArrayDataClientRef< Value_type > m_ad
void enableState(GL &gl, bool enable, ShaderState *) override
Implementation shall enable or disable the array state.
void addSubHandler(GLSLSubArrayHandler &&) override
Supporting interleaved arrays, where sub handlers may handle the array state and the master handler t...
GLDataArrayHandler() noexcept=default
void setSubArrayVBOName(GLuint) override
Used for interleaved GLSL arrays, i.e.
ShaderState allows to sharing data between shader programs, while updating the attribute and uniform ...