Texture

OpenGL Texture Interfacing

abstract
class Texture (
GLenum TextureType
) {}

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Classes

Parameter
class Parameter
Undocumented in source.

Functions

bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

id
GLuint id;
Undocumented in source.

Meta