-
Notifications
You must be signed in to change notification settings - Fork 99
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
151 changed files
with
7,451 additions
and
3,934 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## FidelityFX SDK Code Quality | ||
(Which SDK sample project or component has a code quality issue) | ||
|
||
## Code quality issue description | ||
(Describe in as much detail what constitutes the quality issue, including as much descriptive information as possible) | ||
|
||
(This issue category is primarily for code review issues in sample and component code, but primarily for issues of structure, performance, and future maintainability. Code linting issues are acceptable only while automatic code linting isn't a production feature. Please consult the coding guidelines to help you assess code quality issues) | ||
|
||
/label ~code-quality |
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,29 @@ | ||
## FidelityFX SDK Compatibility Issue | ||
(Which SDK sample project or component has a compatibility issue) | ||
|
||
## Compatibility issue description | ||
(Describe in as much detail what constitutes the compatibility issue, including as much descriptive information as possible) | ||
|
||
(This issue category is primarily for compatibility issues in samples, where the sample runs correctly on one combination of CPU and GPU, but a different CPU or GPU causes issues. Please list working combinations wherever possible) | ||
|
||
## What built the sample project or component | ||
|
||
- [ ] code was built locally | ||
- [ ] code was built by CI | ||
|
||
(If the code was built by CI, please insert a link to the CI job here) | ||
|
||
## System setup | ||
- Windows version: <PLEASE FILL IN> | ||
- Windows SDK version: <PLEASE FILL IN> | ||
- Vulkan SDK version: <PLEASE FILL IN> | ||
- CMake version: <PLEASE FILL IN> | ||
- Visual Studio version: <PLEASE FILL IN> | ||
- CPU: <PLEASE FILL IN> | ||
- GPU: <PLEASE FILL IN> | ||
- GPU driver version: <PLEASE FILL IN> | ||
|
||
## Relevant logs or screenshots | ||
(Paste any relevant logs or screenshots to help diagnose and reproduce the compatibility issue) | ||
|
||
/label ~compatibility-issue |
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 @@ | ||
## FidelityFX SDK Execution Failure | ||
(Which SDK sample project or component failed to execute) | ||
|
||
## Execution failure description | ||
(Describe in as much detail what constitutes the execution failure, including the text of error dialogs and any relevant extra information) | ||
|
||
## What built the sample project or component | ||
|
||
- [ ] code was built locally | ||
- [ ] code was built by CI | ||
|
||
(If the code was built by CI, please insert a link to the CI job here) | ||
|
||
## System setup | ||
- Windows version: <PLEASE FILL IN> | ||
- Windows SDK version: <PLEASE FILL IN> | ||
- Vulkan SDK version: <PLEASE FILL IN> | ||
- CMake version: <PLEASE FILL IN> | ||
- Visual Studio version: <PLEASE FILL IN> | ||
- CPU: <PLEASE FILL IN> | ||
- GPU: <PLEASE FILL IN> | ||
- GPU driver version: <PLEASE FILL IN> | ||
|
||
## Relevant logs or screenshots | ||
(Paste any relevant logs or screenshots to help diagnose the execution failure) | ||
|
||
/label ~execution-failure ~qa-report |
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,29 @@ | ||
## FidelityFX SDK Functional Issue | ||
(Which SDK sample project or component has a functional issue) | ||
|
||
## Functional issue description | ||
(Describe in as much detail what constitutes the functional issue, including as much descriptive information as possible) | ||
|
||
(This issue category is primarily for UI/UX failures in samples, such as UI components not triggering the correct behaviours) | ||
|
||
## What built the sample project or component | ||
|
||
- [ ] code was built locally | ||
- [ ] code was built by CI | ||
|
||
(If the code was built by CI, please insert a link to the CI job here) | ||
|
||
## System setup | ||
- Windows version: <PLEASE FILL IN> | ||
- Windows SDK version: <PLEASE FILL IN> | ||
- Vulkan SDK version: <PLEASE FILL IN> | ||
- CMake version: <PLEASE FILL IN> | ||
- Visual Studio version: <PLEASE FILL IN> | ||
- CPU: <PLEASE FILL IN> | ||
- GPU: <PLEASE FILL IN> | ||
- GPU driver version: <PLEASE FILL IN> | ||
|
||
## Relevant logs or screenshots | ||
(Paste any relevant logs or screenshots to help diagnose and reproduce the functional issue) | ||
|
||
/label ~functional-issue |
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,21 @@ | ||
## FidelityFX SDK non-CI Build Failure | ||
(Which SDK sample project or component failed to build outside of CI) | ||
|
||
## Build failure output | ||
(Paste the output from the Output window in Visual Studio. Please use code blocks (```) to format the output, to make it easier to read) | ||
|
||
## Build information | ||
|
||
(If the code is successfully built by CI, please insert a link to a passing CI job here) | ||
|
||
## System setup | ||
- Windows version: <PLEASE FILL IN> | ||
- Windows SDK version: <PLEASE FILL IN> | ||
- Vulkan SDK version: <PLEASE FILL IN> | ||
- CMake version: <PLEASE FILL IN> | ||
- Visual Studio version: <PLEASE FILL IN> | ||
|
||
## Relevant logs or screenshots | ||
(Paste any relevant logs or screenshots to help diagnose the failure) | ||
|
||
/label ~non-ci-build-failure ~qa-report |
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 @@ | ||
## FidelityFX SDK Performance Issue | ||
(Which SDK sample project or component has a performance issue) | ||
|
||
## Performance issue description | ||
(Describe in as much detail what constitutes the performance issue, including as much descriptive information as possible, including information about prior performance runs or expectations where applicable) | ||
|
||
## What built the sample project or component | ||
|
||
- [ ] code was built locally | ||
- [ ] code was built by CI | ||
|
||
(If the code was built by CI, please insert a link to the CI job here) | ||
|
||
## System setup | ||
- Windows version: <PLEASE FILL IN> | ||
- Windows SDK version: <PLEASE FILL IN> | ||
- Vulkan SDK version: <PLEASE FILL IN> | ||
- CMake version: <PLEASE FILL IN> | ||
- Visual Studio version: <PLEASE FILL IN> | ||
- CPU: <PLEASE FILL IN> | ||
- GPU: <PLEASE FILL IN> | ||
- GPU driver version: <PLEASE FILL IN> | ||
|
||
## Relevant logs or screenshots | ||
(Paste any relevant logs or screenshots to help diagnose and reproduce the performance issue) | ||
|
||
/label ~performance-issue |
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,29 @@ | ||
## FidelityFX SDK UX Issue | ||
(Which SDK sample project or component has a UX issue) | ||
|
||
## UX issue description | ||
(Describe in as much detail what constitutes the UX issue, including as much descriptive information as possible) | ||
|
||
(This issue category is primarily for UI/UX usabity issues in samples, such as UI being hard to use, read or understand, despite it operating correctly) | ||
|
||
## What built the sample project or component | ||
|
||
- [ ] code was built locally | ||
- [ ] code was built by CI | ||
|
||
(If the code was built by CI, please insert a link to the CI job here) | ||
|
||
## System setup | ||
- Windows version: <PLEASE FILL IN> | ||
- Windows SDK version: <PLEASE FILL IN> | ||
- Vulkan SDK version: <PLEASE FILL IN> | ||
- CMake version: <PLEASE FILL IN> | ||
- Visual Studio version: <PLEASE FILL IN> | ||
- CPU: <PLEASE FILL IN> | ||
- GPU: <PLEASE FILL IN> | ||
- GPU driver version: <PLEASE FILL IN> | ||
|
||
## Relevant logs or screenshots | ||
(Paste any relevant logs or screenshots to help diagnose and reproduce the UX issue) | ||
|
||
/label ~ux-issue |
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 @@ | ||
## FidelityFX SDK Visual Issue | ||
(Which SDK sample project or component has a visual issue) | ||
|
||
## Visual issue description | ||
(Describe in as much detail what constitutes the visual issue, including as much descriptive information as possible) | ||
|
||
## What built the sample project or component | ||
|
||
- [ ] code was built locally | ||
- [ ] code was built by CI | ||
|
||
(If the code was built by CI, please insert a link to the CI job here) | ||
|
||
## System setup | ||
- Windows version: <PLEASE FILL IN> | ||
- Windows SDK version: <PLEASE FILL IN> | ||
- Vulkan SDK version: <PLEASE FILL IN> | ||
- CMake version: <PLEASE FILL IN> | ||
- Visual Studio version: <PLEASE FILL IN> | ||
- CPU: <PLEASE FILL IN> | ||
- GPU: <PLEASE FILL IN> | ||
- GPU driver version: <PLEASE FILL IN> | ||
|
||
## Relevant logs or screenshots | ||
(Paste any relevant logs or screenshots to help diagnose the visual issue) | ||
|
||
/label ~visual-issue ~qa-report |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.