Skip to content

Commit f696f66

Browse files
committed
Generation Dump
1 parent 9f394e8 commit f696f66

File tree

32,394 files changed

+3361015
-350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

32,394 files changed

+3361015
-350
lines changed

sources/Win32/Win32/DirectX/d3d12/D3D12TokenizedProgramFormat/D3D10.gen.cs

Lines changed: 337 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
2+
// Ported from D3D12TokenizedProgramFormat.hpp in microsoft/DirectX-Headers tag v1.614.0
3+
// Original source is Copyright © Microsoft. Licensed under the MIT license
4+
#pragma warning disable CS1589, CS0419, CA1416, CS0618
5+
namespace Silk.NET.DirectX;
6+
7+
public enum D3D10_SB_4_COMPONENT_NAME
8+
{
9+
D3D10_SB_4_COMPONENT_X = 0,
10+
D3D10_SB_4_COMPONENT_Y = 1,
11+
D3D10_SB_4_COMPONENT_Z = 2,
12+
D3D10_SB_4_COMPONENT_W = 3,
13+
D3D10_SB_4_COMPONENT_R = 0,
14+
D3D10_SB_4_COMPONENT_G = 1,
15+
D3D10_SB_4_COMPONENT_B = 2,
16+
D3D10_SB_4_COMPONENT_A = 3,
17+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
2+
// Ported from D3D12TokenizedProgramFormat.hpp in microsoft/DirectX-Headers tag v1.614.0
3+
// Original source is Copyright © Microsoft. Licensed under the MIT license
4+
#pragma warning disable CS1589, CS0419, CA1416, CS0618
5+
namespace Silk.NET.DirectX;
6+
7+
public enum D3D10_SB_COMPONENT_MASK
8+
{
9+
D3D10_SB_COMPONENT_MASK_X = 1,
10+
D3D10_SB_COMPONENT_MASK_Y = 2,
11+
D3D10_SB_COMPONENT_MASK_Z = 4,
12+
D3D10_SB_COMPONENT_MASK_W = 8,
13+
D3D10_SB_COMPONENT_MASK_R = 1,
14+
D3D10_SB_COMPONENT_MASK_G = 2,
15+
D3D10_SB_COMPONENT_MASK_B = 4,
16+
D3D10_SB_COMPONENT_MASK_A = 8,
17+
D3D10_SB_COMPONENT_MASK_ALL = 15,
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
2+
// Ported from D3D12TokenizedProgramFormat.hpp in microsoft/DirectX-Headers tag v1.614.0
3+
// Original source is Copyright © Microsoft. Licensed under the MIT license
4+
#pragma warning disable CS1589, CS0419, CA1416, CS0618
5+
namespace Silk.NET.DirectX;
6+
7+
public enum D3D10_SB_CONSTANT_BUFFER_ACCESS_PATTERN
8+
{
9+
D3D10_SB_CONSTANT_BUFFER_IMMEDIATE_INDEXED = 0,
10+
D3D10_SB_CONSTANT_BUFFER_DYNAMIC_INDEXED = 1,
11+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
2+
// Ported from D3D12TokenizedProgramFormat.hpp in microsoft/DirectX-Headers tag v1.614.0
3+
// Original source is Copyright © Microsoft. Licensed under the MIT license
4+
#pragma warning disable CS1589, CS0419, CA1416, CS0618
5+
namespace Silk.NET.DirectX;
6+
7+
public enum D3D10_SB_CUSTOMDATA_CLASS
8+
{
9+
D3D10_SB_CUSTOMDATA_COMMENT = 0,
10+
D3D10_SB_CUSTOMDATA_DEBUGINFO,
11+
D3D10_SB_CUSTOMDATA_OPAQUE,
12+
D3D10_SB_CUSTOMDATA_DCL_IMMEDIATE_CONSTANT_BUFFER,
13+
D3D11_SB_CUSTOMDATA_SHADER_MESSAGE,
14+
D3D11_SB_CUSTOMDATA_SHADER_CLIP_PLANE_CONSTANT_MAPPINGS_FOR_DX9,
15+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
2+
// Ported from D3D12TokenizedProgramFormat.hpp in microsoft/DirectX-Headers tag v1.614.0
3+
// Original source is Copyright © Microsoft. Licensed under the MIT license
4+
#pragma warning disable CS1589, CS0419, CA1416, CS0618
5+
namespace Silk.NET.DirectX;
6+
7+
public enum D3D10_SB_EXTENDED_OPCODE_TYPE
8+
{
9+
D3D10_SB_EXTENDED_OPCODE_EMPTY = 0,
10+
D3D10_SB_EXTENDED_OPCODE_SAMPLE_CONTROLS = 1,
11+
D3D11_SB_EXTENDED_OPCODE_RESOURCE_DIM = 2,
12+
D3D11_SB_EXTENDED_OPCODE_RESOURCE_RETURN_TYPE = 3,
13+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
2+
// Ported from D3D12TokenizedProgramFormat.hpp in microsoft/DirectX-Headers tag v1.614.0
3+
// Original source is Copyright © Microsoft. Licensed under the MIT license
4+
#pragma warning disable CS1589, CS0419, CA1416, CS0618
5+
namespace Silk.NET.DirectX;
6+
7+
public enum D3D10_SB_EXTENDED_OPERAND_TYPE
8+
{
9+
D3D10_SB_EXTENDED_OPERAND_EMPTY = 0,
10+
D3D10_SB_EXTENDED_OPERAND_MODIFIER = 1,
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
2+
// Ported from D3D12TokenizedProgramFormat.hpp in microsoft/DirectX-Headers tag v1.614.0
3+
// Original source is Copyright © Microsoft. Licensed under the MIT license
4+
#pragma warning disable CS1589, CS0419, CA1416, CS0618
5+
namespace Silk.NET.DirectX;
6+
7+
public enum D3D10_SB_IMMEDIATE_ADDRESS_OFFSET_COORD
8+
{
9+
D3D10_SB_IMMEDIATE_ADDRESS_OFFSET_U = 0,
10+
D3D10_SB_IMMEDIATE_ADDRESS_OFFSET_V = 1,
11+
D3D10_SB_IMMEDIATE_ADDRESS_OFFSET_W = 2,
12+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
2+
// Ported from D3D12TokenizedProgramFormat.hpp in microsoft/DirectX-Headers tag v1.614.0
3+
// Original source is Copyright © Microsoft. Licensed under the MIT license
4+
#pragma warning disable CS1589, CS0419, CA1416, CS0618
5+
namespace Silk.NET.DirectX;
6+
7+
public enum D3D10_SB_INSTRUCTION_RETURN_TYPE
8+
{
9+
D3D10_SB_INSTRUCTION_RETURN_FLOAT = 0,
10+
D3D10_SB_INSTRUCTION_RETURN_UINT = 1,
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
2+
// Ported from D3D12TokenizedProgramFormat.hpp in microsoft/DirectX-Headers tag v1.614.0
3+
// Original source is Copyright © Microsoft. Licensed under the MIT license
4+
#pragma warning disable CS1589, CS0419, CA1416, CS0618
5+
namespace Silk.NET.DirectX;
6+
7+
public enum D3D10_SB_INSTRUCTION_TEST_BOOLEAN
8+
{
9+
D3D10_SB_INSTRUCTION_TEST_ZERO = 0,
10+
D3D10_SB_INSTRUCTION_TEST_NONZERO = 1,
11+
}

0 commit comments

Comments
 (0)