ShaderCode

The code of a shader

Constructors

this
this()
Undocumented in source.
this
this(string vertex, string fragment)
Undocumented in source.
this
this(string vertex, string geometry, string fragment)
Undocumented in source.

Members

Properties

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

Variables

Fragment
string Fragment;
Undocumented in source.
Geometry
string Geometry;
Undocumented in source.
Vertex
string Vertex;
Undocumented in source.

Meta