EffectId

Effect ID

Constructors

this
this(string vertexShader, string fragmentShader, string defs)
Undocumented in source.
this
this(EffectId v, string additionalParams)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(EffectId s)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]

returns true if ID is not assigned

Variables

definitions
string definitions;
Undocumented in source.
fragmentShaderName
string fragmentShaderName;
Undocumented in source.
vertexShaderName
string vertexShaderName;
Undocumented in source.

Meta