meld ~master (2014-08-17T13:41:53Z)
Dub
Repo
Texture
meld
texture
Undocumented in source.
class
Texture {
GLuint
m_texture
;
this
(int width, int height, void* pixels);
this
(string imageFile);
~this
();
}
Constructors
this
this
(int width, int height, void* pixels)
Undocumented in source.
this
this
(string imageFile)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
m_texture
GLuint
m_texture
;
Undocumented in source.
Meta
Source
See Implementation
meld
texture
classes
Texture