liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
GLBuffer.this
liberty
graphics
opengl
buffer
GLBuffer
Creates a buffer already filled with data.
this
(uint target, uint usage)
this
(uint target, uint usage, T[] buffer)
class
GLBuffer
this
(
T
)
(
uint
target
,
uint
usage
,
T
[]
buffer
)
Throws
GLException
on error.
Meta
Source
See Implementation
liberty
graphics
opengl
buffer
GLBuffer
constructors
this
destructors
~this
functions
bind
bytes
data
getSubData
handle
setData
setSubData
size
unbind
Creates a buffer already filled with data.