despiker ~master (2015-08-29T17:56:50Z)
Dub
Repo
GLTexture2DArray.setSubImage
gfmod
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
gfmod
opengl
texture
GLTexture2DArray
constructors
this
functions
setImage
setSubImage
Sets partial texture content.