RenderStageFlags

Description

[Flags]
enum Tinman.Engine.Rendering.Stages.RenderStageFlags

Enumeration of render stage flags.

Public / Constants

None

public constant None → (0:int32)

No render stage flags.

ShadowMapping

public constant ShadowMapping → (1:int32)

The render stage uses shadow mapping.

The following graphics context features are required:

If this flag is not present, the scene will not have shadows.

OrderIndependentTransparency

public constant OrderIndependentTransparency → (2:int32)

The render stage uses order-independent transparency.

The following graphics context features are required:

If this flag is not present, the visual appearance of transparent surfaces depends on the order of draw class and may look incorrectly when viewed from certain angles.

All

public constant All → (3:int32)

All render stage flags.