GLBuffer.update

Updates a subset of a buffer object's data store.

class GLBuffer(BufferType type, uint usage = GL_DYNAMIC_DRAW)
@nogc override const nothrow
void
update
(
in ptrdiff_t offset
,
in ptrdiff_t size
,
in void* data
)

Meta