Torque3D Documentation / _generateds / ShaderDependency

ShaderDependency

Engine/source/shaderGen/shaderDependency.h

The base class for shader dependencies.

More...

Public Functions

bool

Compare this dependency to another one.

Print the dependency into the header of a shader.

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