-
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.
- Loading branch information
Showing
34 changed files
with
581 additions
and
145 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Bug | ||
about: " An issue for something that does not behave as expected." | ||
title: '' | ||
labels: bug, untriaged | ||
assignees: '' | ||
|
||
--- | ||
|
||
#### Description (optional) | ||
|
||
This section should contain an expanded description of the bug, if the title is | ||
not sufficient. | ||
|
||
#### Reproduction Steps | ||
|
||
This section should contain an ordered list of steps that can be used to | ||
reproduce the bug. Ideally, you would include as much information about your | ||
environment as possible to help use in determining the best fix for the issue. | ||
|
||
#### Expected Behavior | ||
|
||
This section should contain a description of the behavior that is expected. | ||
|
||
#### Actual Behavior | ||
|
||
This section should contain a description of the actual behavior being observed. |
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,43 @@ | ||
--- | ||
name: Proposal | ||
about: " An issue that represents a proposed feature or change to the repo." | ||
title: '' | ||
labels: proposal, untriaged | ||
assignees: '' | ||
|
||
--- | ||
|
||
#### Description (optional) | ||
|
||
This section should contain an expanded description of the proposal, if the | ||
title is not sufficient. | ||
|
||
#### Rationale | ||
|
||
This section should contain the reasoning behind the proposal. It should include | ||
things like "Why do we need this", "How will it improve a developers quality of | ||
life", etc. | ||
|
||
#### Proposed API | ||
|
||
This section should contain the APIs being proposed along with a brief | ||
description of what each API does. | ||
|
||
#### Drawbacks | ||
|
||
This should contain any drawbacks for the proposal that came up during the | ||
discussions. | ||
|
||
#### Alternatives | ||
|
||
This should contain any alternative proposals that came up during the | ||
discussions. | ||
|
||
#### Other thoughts | ||
|
||
This should contain any additional thoughts or footnotes on the proposal. | ||
|
||
#### Discussions (optional) | ||
|
||
This section should contain a link to all discussions related to the proposal | ||
that have been made thus far. |
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,27 @@ | ||
--- | ||
name: Regression | ||
about: An issue for something that behaves differently to a past release. | ||
title: '' | ||
labels: regression, untriaged | ||
assignees: '' | ||
|
||
--- | ||
|
||
#### Description (optional) | ||
|
||
This section should contain an expanded description of the regression, if the title is | ||
not sufficient. | ||
|
||
#### Reproduction Steps | ||
|
||
This section should contain an ordered list of steps that can be used to | ||
reproduce the regression. Ideally, you would include as much information about your | ||
environment as possible to help use in determining the best fix for the issue. | ||
|
||
#### Expected Behavior | ||
|
||
This section should contain a description of the behavior that is expected. | ||
|
||
#### Actual Behavior | ||
|
||
This section should contain a description of the actual behavior being observed. |
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
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,12 @@ | ||
@../../settings.rsp | ||
@../../remap.rsp | ||
--file | ||
other-d3d11on12on7.h | ||
--output | ||
../../../sources/Interop/Windows/other/d3d11on12on7 | ||
--test-output | ||
../../../tests/Interop/Windows/other/d3d11on12on7 | ||
--traverse | ||
d3d11on12on7.h | ||
--with-librarypath | ||
*=d3d11on12 |
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 d3d11on12on7.h in the https://www.nuget.org/packages/Microsoft.Direct3D.D3D12On7 nuget package, version 1.1.0 | ||
// Original source is Copyright © Microsoft. All rights reserved. License details can be found here: https://www.nuget.org/packages/Microsoft.Direct3D.D3D12On7/1.1.0/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#include <Windows.h> | ||
#include <d3d12.h> | ||
#include <d3d11on12on7.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,14 @@ | ||
@../../settings.rsp | ||
@../../remap.rsp | ||
--file | ||
other-d3d12downlevel.h | ||
--output | ||
../../../sources/Interop/Windows/other/d3d12downlevel | ||
--test-output | ||
../../../tests/Interop/Windows/other/d3d12downlevel | ||
--traverse | ||
d3d12downlevel.h | ||
--with-librarypath | ||
*=d3d12 | ||
--with-attribute | ||
D3D12_DOWNLEVEL_PRESENT_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 d3d12downlevel in the https://www.nuget.org/packages/Microsoft.Direct3D.D3D12On7 nuget package, version 1.1.0 | ||
// Original source is Copyright © Microsoft. All rights reserved. License details can be found here: https://www.nuget.org/packages/Microsoft.Direct3D.D3D12On7/1.1.0/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include <Windows.h> | ||
#include "d3d12downlevel.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,10 +1,10 @@ | ||
@../../../settings.rsp | ||
@../../../remap.rsp | ||
@../../settings.rsp | ||
@../../remap.rsp | ||
--file | ||
other-d3dx12.h | ||
--output | ||
../../../../sources/Interop/Windows/other/d3dx12 | ||
../../../sources/Interop/Windows/other/d3dx12 | ||
--test-output | ||
../../../../tests/Interop/Windows/other/d3dx12 | ||
../../../tests/Interop/Windows/other/d3dx12 | ||
--traverse | ||
d3dx12.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
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
Oops, something went wrong.