des ~master (2015-04-07T23:17:11Z)
Dub
Repo
GLTexture2D
des
gl
texture
class
GLTexture2D : GLTextureImgBase!2 {
this
(
uint
tu
)
;
bool
mipmapable
[@property getter];
bool
isArray
[@property getter];
Dim
imageDim
[@property getter];
}
Constructors
this
this
(
uint
tu
)
Members
Properties
imageDim
Dim
imageDim
[@property getter]
isArray
bool
isArray
[@property getter]
mipmapable
bool
mipmapable
[@property getter]
Meta
Source
See Implementation
des
gl
texture
classes
GLTexture
GLTexture1D
GLTexture1DArray
GLTexture2D
GLTexture2DArray
GLTexture3D
GLTextureBase
GLTextureCubeBase
GLTextureCubeMap
GLTextureCubeMapArray
GLTextureException
GLTextureImgBase
GLTextureRectangle