retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
OpenGlShader
retrograde
graphics
threedee
opengl
shader
Undocumented in source.
version(Have_derelict_gl3)
class
OpenGlShader :
Shader
{
this
(File shaderFile, ShaderType type);
void
compile
();
void
destroy
();
}
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
Source
See Implementation
retrograde
graphics
threedee
opengl
shader
aliases
DefaultShaderCache
classes
DefaultShaderFactory
DefaultShaderProgramFactory
OpenGlShader
OpenGlShaderProgram
ShaderValidationException
enums
DefaultShader