Shader

Undocumented in source.
class Shader : ShaderBase (
alias Type
int _version = 330
string file = __FILE__
int line = __LINE__
) {}

Members

Mixins

__anonymous
mixin Type
Undocumented in source.

Static variables

filepath
auto filepath;
Undocumented in source.
glslVersion
auto glslVersion;
Undocumented in source.
lineno
auto lineno;
Undocumented in source.

Inherited Members

From ShaderBase

__anonymous
mixin TextureLookupFunctions
Undocumented in source.
_shaderid
GLuint _shaderid;
Undocumented in source.
id
auto id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta