Enum RenderState
The render state enumeration. This is used in render context implementations to identify the render state to set. Keep this binary compatible with DirectX version 9.
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum RenderState
Fields
Name | Description |
---|---|
AlphaBlendEnable | |
BlendFactor | |
BlendOperation | |
BlendOperationAlpha | |
Clipping | |
CullMode | |
DestinationBlend | |
DestinationBlendAlpha | |
FillMode | |
SourceBlend | |
SourceBlendAlpha | |
Wrap0 | |
Wrap1 | |
Wrap2 | |
Wrap3 | |
ZEnable | |
ZFunc | |
ZWriteEnable |