des ~master (2015-04-07T23:17:11Z)
Dub
Repo
GLTexture.setImageTrg
des
gl
texture
GLTexture
void
setImageTrg
(
ubyte
N
,
GLenum
trg
,
in
uivec3
sz
,
InternalFormat
store_format
,
Format
input_format
,
Type
input_type
,
in
void
*
data
=
null
,
uint
level
=
0
)
class
GLTexture
protected
void
setImageTrg
(
ubyte
N
,
GLenum
trg
,
in
uivec3
sz
,
InternalFormat
store_format
,
Format
input_format
,
Type
input_type
,
in
void
*
data
= null
,
uint
level
= 0
)
in { assert (N == 1 || N == 2 || N == 3); assertNotCubeMap(trg); }
void
setImageTrg
(
ubyte
N
,
GLenum
trg
,
in
Image
img
,
uint
level
=
0
)
Meta
Source
See Implementation
des
gl
texture
GLTexture
constructors
this
enums
CompareFunc
CompareMode
DepthStencilTextureMode
Filter
Format
InternalFormat
Swizzle
Type
Wrap
functions
bind
genMipmap
getImageTrg
setBaseLevel
setBorderColor
setCompareFunc
setCompareMode
setDepthStencilTextureMode
setImageTrg
setLODBais
setMagFilter
setMaxLOD
setMaxLevel
setMinFilter
setMinLOD
setParam
setSwizzleA
setSwizzleB
setSwizzleG
setSwizzleR
setSwizzleRGBA
setWrapR
setWrapS
setWrapT
unbind
properties
unit
static functions
formatElemCount
formatFromImageCompCount
imageDataType
imageElemInfo
sizeofType
typeFromImageDataType
variables
_unit
lformat
liformat
ltype