ARBShader

Undocumented in source.

Constructors

this
this(string vertexProgram, string fragmentProgram)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

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

Properties

supported
bool supported [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_supported
bool _supported;
Undocumented in source.
fragShader
GLuint fragShader;
Undocumented in source.
vertShader
GLuint vertShader;
Undocumented in source.

Inherited Members

From Shader

supported
bool supported()
Undocumented in source.

Meta