evael ~master (2021-10-23T09:29:02.1632381)
Dub
Repo
GLTexture
evael
renderer
gl
gl_texture
Undocumented in source.
class
GLTexture :
Texture
{
this
();
~this
();
static
GLTexture
load
(string fileName);
uint
id
[@property getter];
}
Constructors
this
this
()
GLTexture constructor.
Destructor
~this
~this
()
GLTexture destructor.
Members
Properties
id
uint
id
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
load
GLTexture
load
(string fileName)
Loads a texture.
Meta
Source
See Implementation
evael
renderer
gl
gl_texture
classes
GLTexture