-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #365 from tannergooding/main
Rearrange the files coming from the D3D12 Agility SDK
- Loading branch information
Showing
2,127 changed files
with
188 additions
and
5,955 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
...X/headers/d3d12compatibility/generate.rsp → ...ctX/d3d12/d3d12compatibility/generate.rsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
@../../../settings.rsp | ||
@../../../remap.rsp | ||
--file | ||
headers-d3d12compatibility.h | ||
d3d12-d3d12compatibility.h | ||
--methodClassName | ||
DirectX | ||
--namespace | ||
TerraFX.Interop.DirectX | ||
--output | ||
../../../../sources/Interop/Windows/DirectX/headers/d3d12compatibility | ||
../../../../sources/Interop/Windows/DirectX/d3d12/d3d12compatibility | ||
--test-output | ||
../../../../tests/Interop/Windows/DirectX/headers/d3d12compatibility | ||
../../../../tests/Interop/Windows/DirectX/d3d12/d3d12compatibility | ||
--traverse | ||
../../../include/d3d12compatibility.h | ||
../../../include/d3d12/d3d12compatibility.h | ||
--with-attribute | ||
D3D12_COMPATIBILITY_SHARED_FLAGS=Flags |
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
...rectX/headers/d3d12sdklayers/generate.rsp → ...DirectX/d3d12/d3d12sdklayers/generate.rsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
...n/DirectX/headers/d3d12video/generate.rsp → ...ion/DirectX/d3d12/d3d12video/generate.rsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@../../../settings.rsp | ||
@../../../remap.rsp | ||
--file | ||
d3d12-dxgiformat.h | ||
--methodClassName | ||
DirectX | ||
--namespace | ||
TerraFX.Interop.DirectX | ||
--output | ||
../../../../sources/Interop/Windows/DirectX/d3d12/dxgiformat | ||
--test-output | ||
../../../../tests/Interop/Windows/DirectX/d3d12/dxgiformat | ||
--traverse | ||
../../../include/d3d12/dxgiformat.h |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
...DirectX/other/D3D12Downlevel/generate.rsp → ...ectX/d3d12on7/D3D12Downlevel/generate.rsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@../../../settings.rsp | ||
@../../../remap.rsp | ||
--file | ||
shared-dxgicommon.h | ||
--methodClassName | ||
DirectX | ||
--namespace | ||
TerraFX.Interop.DirectX | ||
--output | ||
../../../../sources/Interop/Windows/DirectX/shared/dxgicommon | ||
--test-output | ||
../../../../tests/Interop/Windows/DirectX/shared/dxgicommon | ||
--traverse | ||
C:/Program Files (x86)/Windows Kits/10/Include/10.0.22621.0/shared/dxgicommon.h | ||
--with-attribute | ||
DXGI_COLOR_SPACE_TYPE=SupportedOSPlatform("windows10.0") |
2 changes: 1 addition & 1 deletion
2
...rectX/headers/dxcore_interface/header.txt → ...tion/DirectX/shared/dxgicommon/header.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. | ||
|
||
// Ported from dxcore_interface.h in microsoft/DirectX-Headers tag v1.606.4 | ||
// Ported from shared/dxgicommon.h in the Windows SDK for Windows 10.0.22621.0 | ||
// Original source is Copyright © Microsoft. Licensed under the MIT license |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
generation/DirectX/headers/dxcore/header.txt → generation/DirectX/um/dxcore/header.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. | ||
|
||
// Ported from dxcore.h in microsoft/DirectX-Headers tag v1.606.4 | ||
// Ported from um/dxcore.h in the Windows SDK for Windows 10.0.22621.0 | ||
// Original source is Copyright © Microsoft. Licensed under the MIT license |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ion/DirectX/headers/dxgicommon/header.txt → ...on/DirectX/um/dxcore_interface/header.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. | ||
|
||
// Ported from dxgicommon.h in microsoft/DirectX-Headers tag v1.606.4 | ||
// Ported from um/dxcore_interface.h in the Windows SDK for Windows 10.0.22621.0 | ||
// Original source is Copyright © Microsoft. Licensed under the MIT license |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.