ShaderDependency
Engine/source/shaderGen/shaderDependency.h
The base class for shader dependencies.
Public Functions
bool
operator==(const ShaderDependency & cmpTo)
Compare this dependency to another one.
Detailed Description
The base class for shader dependencies.
Public Functions
~ShaderDependency()
operator==(const ShaderDependency & cmpTo)
Compare this dependency to another one.
Reimplemented by: ShaderIncludeDependency
print(Stream & s)
Print the dependency into the header of a shader.
Reimplemented by: ConditionerMethodDependency, ShaderIncludeDependency