Class DrawCallsListType
The draw calls list types.
Inheritance
System.Object
DrawCallsListType
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class DrawCallsListType : Enum
Fields
Depth
Hardware depth rendering.
Declaration
public const DrawCallsListType Depth
Field Value
DrawCallsListType
|
Distortion
Distortion accumulation rendering.
Declaration
public const DrawCallsListType Distortion
Field Value
DrawCallsListType
|
Forward
Transparency rendering.
Declaration
public const DrawCallsListType Forward
Field Value
DrawCallsListType
|
GBuffer
GBufferNoDecals
GBuffer rendering after decals.
Declaration
public const DrawCallsListType GBufferNoDecals
Field Value
DrawCallsListType
|
MAX
The count of items in the DrawCallsListType enum.
Declaration
public const DrawCallsListType MAX
Field Value
DrawCallsListType
|
MotionVectors
Motion vectors rendering.
Declaration
public const DrawCallsListType MotionVectors
Field Value
DrawCallsListType
|
value__
Declaration
public int value__
Field Value
System.Int32
|