des ~master (2021-12-19T09:15:35.5306905)
Dub
Repo
GLTexture3D
des
gl
texture
class
GLTexture3D : GLTextureImgBase!3 {
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