glamour ~master (2016-10-05T19:20:26Z)
Home
Dub
Repo
ElementBuffer.update
glamour
vbo
ElementBuffer
Updates the Buffer, using glBufferSubData.
void
update
(T data, GLintptr offset)
void
update
(T ptr, size_t size, GLintptr offset)
class
ElementBuffer
void
update
(
T
)
(
const
T
ptr
,
size_t
size
,
GLintptr
offset
)
if
(
isPointer
!
T
)
Meta
Source
See Implementation
glamour
vbo
ElementBuffer
constructors
this
destructors
~this
functions
bind
remove
set_data
unbind
update
variables
buffer
hint
length
Updates the Buffer, using glBufferSubData.