grape ~master (2014-12-12T08:10:10Z)
Home
Dub
Repo
ShaderProgram
grape
shader
Undocumented in source.
class
ShaderProgram {
this
();
this
(Shader vs, Shader fs);
~this
();
void
attach
(T vs, T fs);
void
use
();
GLuint
_program
;
}
Constructors
this
this
()
Undocumented in source.
this
this
(Shader vs, Shader fs)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Alias This
_program
Members
Functions
attach
void
attach
(T vs, T fs)
Undocumented in source. Be warned that the author may not have intended to support it.
use
void
use
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_program
GLuint
_program
;
Undocumented in source.
Meta
Source
See Implementation
grape
shader
classes
Shader
ShaderProgram
enums
ShaderProgramType
ShaderType
mixin templates
ADSShaderSource
ClassicNormalShaderSource
ClassicTextureShaderSource
DiffuseShaderSource
FilterShaderSource
FontShaderSource
GaussianShaderSource
NormalShaderSource
TextureShaderSource