-
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 #333 from tannergooding/main
Regenerating bindings using latest ClangSharp and microsoft/DirectX-Headers tag v1.606.4
- Loading branch information
Showing
2,456 changed files
with
28,120 additions
and
12,703 deletions.
There are no files selected for viewing
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
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
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 DirectXHelpers.h in the microsoft/DirectXTK12 tag jan2021 | ||
// Ported from DirectXHelpers.h in the microsoft/DirectXTK12 tag jul2022 | ||
// Original source is Copyright © Microsoft. All rights reserved. Licensed under the University of Illinois Open Source License. |
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
...ration/DirectX/d3d12/d3dcommon/header.txt → generation/DirectX/headers/d3d12/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 d3dcommon.h in Microsoft.Direct3D.D3D12 v1.600.10 | ||
// Ported from d3d12.h in microsoft/DirectX-Headers tag v1.606.4 | ||
// Original source is Copyright © Microsoft. Licensed under the MIT license |
2 changes: 1 addition & 1 deletion
2
generation/DirectX/d3d12/d3d12/um-d3d12.h → ...ion/DirectX/headers/d3d12/headers-d3d12.h
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,2 +1,2 @@ | ||
#include "..\..\..\TerraFX.h" | ||
#include "d3d12.h" | ||
#include <d3d12.h> |
16 changes: 16 additions & 0 deletions
16
generation/DirectX/headers/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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@../../../settings.rsp | ||
@../../../remap.rsp | ||
--file | ||
headers-d3d12compatibility.h | ||
--methodClassName | ||
DirectX | ||
--namespace | ||
TerraFX.Interop.DirectX | ||
--output | ||
../../../../sources/Interop/Windows/DirectX/headers/d3d12compatibility | ||
--test-output | ||
../../../../tests/Interop/Windows/DirectX/headers/d3d12compatibility | ||
--traverse | ||
../../../include/d3d12compatibility.h | ||
--with-attribute | ||
D3D12_COMPATIBILITY_SHARED_FLAGS=Flags |
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,4 @@ | ||
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. | ||
|
||
// Ported from d3d12compatibility.h in microsoft/DirectX-Headers tag v1.606.4 | ||
// Original source is Copyright © Microsoft. Licensed under the MIT license |
2 changes: 2 additions & 0 deletions
2
generation/DirectX/headers/d3d12compatibility/headers-d3d12compatibility.h
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,2 @@ | ||
#include "..\..\..\TerraFX.h" | ||
#include <d3d12compatibility.h> |
8 changes: 4 additions & 4 deletions
8
...DirectX/d3d12/d3d12sdklayers/generate.rsp → ...rectX/headers/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
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,4 @@ | ||
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. | ||
|
||
// Ported from d3d12sdklayers.h in microsoft/DirectX-Headers tag v1.606.4 | ||
// Original source is Copyright © Microsoft. Licensed under the MIT license |
2 changes: 1 addition & 1 deletion
2
.../d3d12/d3d12sdklayers/um-d3d12sdklayers.h → ...s/d3d12sdklayers/headers-d3d12sdklayers.h
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,2 +1,2 @@ | ||
#include "..\..\..\TerraFX.h" | ||
#include "d3d12sdklayers.h" | ||
#include <d3d12sdklayers.h> |
Oops, something went wrong.