Gorgon
Show / Hide Table of Contents

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.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author