gfm7 ~master (2021-07-09T09:06:39Z)
Home
Dub
Repo
GLBuffer.this
gfm
opengl
buffer
GLBuffer
Creates a buffer already filled with data.
this
(GLuint target, GLuint usage)
this
(GLuint target, GLuint usage, T[] buffer)
class
GLBuffer
this
(
T
)
(
GLuint
target
,
GLuint
usage
,
T
[]
buffer
)
Throws
OpenGLException
on error.
Meta
Source
See Implementation
gfm
opengl
buffer
GLBuffer
constructors
this
destructors
~this
functions
bind
getBytes
getSubData
handle
setData
setSubData
unbind
properties
size
Creates a buffer already filled with data.