Class ShaderProfileFeatures
Shader profile feature flags. Defines a set of features supported by a shader profile.
Inheritance
System.Object
ShaderProfileFeatures
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class ShaderProfileFeatures : Enum
Fields
ComputeShaders
Compute shaders are supported.
Declaration
public const ShaderProfileFeatures ComputeShaders
Field Value
|
ShaderProfileFeatures
|
GeometryShaders
Geometry shaders are supported.
Declaration
public const ShaderProfileFeatures GeometryShaders
Field Value
|
ShaderProfileFeatures
|
None
TessellationShaders
Tessellation shaders are supported (Hull and Domain).
Declaration
public const ShaderProfileFeatures TessellationShaders
Field Value
|
ShaderProfileFeatures
|
value__
Declaration
public int value__
Field Value
|
System.Int32
|