Class D3DTargets
D3D compile targets
Inherited Members
Namespace: JeremyAnsel.DirectX.D3DCompiler
Assembly: JeremyAnsel.DirectX.D3DCompiler.dll
Syntax
public static class D3DTargets
Fields
| Edit this page View SourceCS_4_0
Compute Shader 4.0
Declaration
public const string CS_4_0 = "cs_4_0"
Field Value
Type | Description |
---|---|
string |
CS_4_1
Compute Shader 4.1
Declaration
public const string CS_4_1 = "cs_4_1"
Field Value
Type | Description |
---|---|
string |
CS_5_0
Compute Shader 5.0
Declaration
public const string CS_5_0 = "cs_5_0"
Field Value
Type | Description |
---|---|
string |
DS_5_0
Domain shader 5.0
Declaration
public const string DS_5_0 = "ds_5_0"
Field Value
Type | Description |
---|---|
string |
GS_4_0
Geometry shader 4.0
Declaration
public const string GS_4_0 = "gs_4_0"
Field Value
Type | Description |
---|---|
string |
GS_4_1
Geometry shader 4.1
Declaration
public const string GS_4_1 = "gs_4_1"
Field Value
Type | Description |
---|---|
string |
GS_5_0
Geometry shader 5.0
Declaration
public const string GS_5_0 = "gs_5_0"
Field Value
Type | Description |
---|---|
string |
HS_5_0
Hull shader 5.0
Declaration
public const string HS_5_0 = "hs_5_0"
Field Value
Type | Description |
---|---|
string |
PS_2_0
Pixel shader 2.0
Declaration
public const string PS_2_0 = "ps_2_0"
Field Value
Type | Description |
---|---|
string |
PS_3_0
Pixel shader 3.0
Declaration
public const string PS_3_0 = "ps_3_0"
Field Value
Type | Description |
---|---|
string |
PS_4_0
Pixel shader 4.0
Declaration
public const string PS_4_0 = "ps_4_0"
Field Value
Type | Description |
---|---|
string |
PS_4_0_level_9_1
Pixel Shader 4.0 level 9.1
Declaration
public const string PS_4_0_level_9_1 = "ps_4_0_level_9_1"
Field Value
Type | Description |
---|---|
string |
PS_4_0_level_9_3
Pixel Shader 4.0 level 9.3
Declaration
public const string PS_4_0_level_9_3 = "ps_4_0_level_9_3"
Field Value
Type | Description |
---|---|
string |
PS_4_1
Pixel shader 4.1
Declaration
public const string PS_4_1 = "ps_4_1"
Field Value
Type | Description |
---|---|
string |
PS_5_0
Pixel shader 5.0
Declaration
public const string PS_5_0 = "ps_5_0"
Field Value
Type | Description |
---|---|
string |
VS_2_0
Vertex shader 2.0
Declaration
public const string VS_2_0 = "vs_2_0"
Field Value
Type | Description |
---|---|
string |
VS_3_0
Vertex shader 3.0
Declaration
public const string VS_3_0 = "vs_3_0"
Field Value
Type | Description |
---|---|
string |
VS_4_0
Vertex shader 4.0
Declaration
public const string VS_4_0 = "vs_4_0"
Field Value
Type | Description |
---|---|
string |
VS_4_0_level_9_1
Vertex Shader 4.0 level 9.1
Declaration
public const string VS_4_0_level_9_1 = "vs_4_0_level_9_1"
Field Value
Type | Description |
---|---|
string |
VS_4_0_level_9_3
Vertex Shader 4.0 level 9.3
Declaration
public const string VS_4_0_level_9_3 = "vs_4_0_level_9_3"
Field Value
Type | Description |
---|---|
string |
VS_4_1
Vertex shader 4.1
Declaration
public const string VS_4_1 = "vs_4_1"
Field Value
Type | Description |
---|---|
string |
VS_5_0
Vertex shader 5.0
Declaration
public const string VS_5_0 = "vs_5_0"
Field Value
Type | Description |
---|---|
string |