GLBuffer.setSubData

Copies bytes to a sub-part of the buffer. You can't adress data beyond the buffer's size.

class GLBuffer
void
setSubData
(
size_t offset
,
size_t size
,
void* data
)

Throws

OpenGLException on error.

Meta