Enum RenderEffectState
Describes the state of a RenderEffect.
public enum RenderEffectState
Fields
Compiling = 1
The effect is being asynchrounously compiled.
Error = 2
There was an error while compiling the effect.
Normal = 0
The effect is in normal state.
Skip = 3
The effect is skipped.