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