Class ShaderFunction
Function information for a shader module.
Namespace: VRLabs.ModularShaderSystem
Syntax
[Serializable]
public class ShaderFunction
Fields
Name | Description |
---|---|
AppendAfter | Function or keyword this function appends after. |
CodeKeywords | Keywords used to place function code implementation. |
Name | Name of the function. |
Queue | Order in which this function is evaluated respectively to their AppendAfter value. |
ShaderFunctionCode | Template containing the function implementation. |
UsedVariables | List of variables the functions uses. |
VariableKeywords | Keywords used to place variable definitions. |