OpenGlShader

Undocumented in source.
version(Have_derelict_gl3)
class OpenGlShader : Shader {}

Constructors

this
this(File shaderFile, ShaderType type)
Undocumented in source.

Members

Functions

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

Inherited Members

From Shader

shaderFile
File shaderFile [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
ShaderType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
compile
void compile()
Undocumented in source.
destroy
void destroy()
Undocumented in source.

Meta