enum ShaderFlag

Flags that may be assigned to a shader that let the renderer know how to interpret the shader.

Values

NameValueDescription
Transparent 1 Signifies that the shader is rendering a transparent object.
Forward 2 Signifies the shader should use the forward rendering pipeline, if relevant.