evael ~master (2021-10-23T09:29:02.1632381)
Dub
Repo
GLBuffer.update
evael
renderer
gl
gl_buffer
GLBuffer
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
Source
See Implementation
evael
renderer
gl
gl_buffer
GLBuffer
constructors
this
destructors
~this
functions
update
Updates a subset of a buffer object's data store.