Class ShaderProfile
Shader profile types define the version and type of the shading language used by the graphics backend.
Inheritance
System.Object
ShaderProfile
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class ShaderProfile : Enum
Fields
DirectX_SM4
DirectX (Shader Model 4 compatible)
Declaration
public const ShaderProfile DirectX_SM4
Field Value
ShaderProfile
|
DirectX_SM5
DirectX (Shader Model 5 compatible)
Declaration
public const ShaderProfile DirectX_SM5
Field Value
ShaderProfile
|
DirectX_SM6
DirectX (Shader Model 6 compatible)
Declaration
public const ShaderProfile DirectX_SM6
Field Value
ShaderProfile
|
GLSL_410
GLSL_440
PS4
PS5
Unknown
value__
Declaration
public int value__
Field Value
System.Int32
|
Vulkan_SM5
Vulkan (Shader Model 5 compatible)
Declaration
public const ShaderProfile Vulkan_SM5
Field Value
ShaderProfile
|