gfm v3.0.3 (2015-09-02T09:30:55Z)
Home
Dub
Repo
GLTexture2DArray.setSubImage
gfm
opengl
texture
GLTexture2DArray
Sets partial texture content.
class
GLTexture2DArray
void
setSubImage
(
int
level
,
int
xoffset
,
int
yoffset
,
int
zoffset
,
int
width
,
int
height
,
int
depth
,
GLenum
format
,
GLenum
type
,
void
*
data
)
Throws
OpenGLException
on error.
Meta
Source
See Implementation
gfm
opengl
texture
GLTexture2DArray
constructors
this
functions
setImage
setSubImage
Sets partial texture content.