Enum PassContinuationState
A state that tells the effect how to proceed prior to rendering a pass.
Namespace: Gorgon.Renderers
Assembly: Gorgon.Renderers.Gorgon2D.dll
Syntax
public enum PassContinuationState
Fields
Name | Description |
---|---|
Continue | Continue to the next pass. |
Skip | Skip this pass and move on to the next. |
Stop | Stop rendering entirely. |