You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Which SDK sample project or component has a code quality issue)
3
+
4
+
## Code quality issue description
5
+
(Describe in as much detail what constitutes the quality issue, including as much descriptive information as possible)
6
+
7
+
(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)
(Which SDK sample project or component has a compatibility issue)
3
+
4
+
## Compatibility issue description
5
+
(Describe in as much detail what constitutes the compatibility issue, including as much descriptive information as possible)
6
+
7
+
(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)
8
+
9
+
## What built the sample project or component
10
+
11
+
-[ ] code was built locally
12
+
-[ ] code was built by CI
13
+
14
+
(If the code was built by CI, please insert a link to the CI job here)
15
+
16
+
## System setup
17
+
- Windows version: <PLEASEFILLIN>
18
+
- Windows SDK version: <PLEASEFILLIN>
19
+
- Vulkan SDK version: <PLEASEFILLIN>
20
+
- CMake version: <PLEASEFILLIN>
21
+
- Visual Studio version: <PLEASEFILLIN>
22
+
- CPU: <PLEASEFILLIN>
23
+
- GPU: <PLEASEFILLIN>
24
+
- GPU driver version: <PLEASEFILLIN>
25
+
26
+
## Relevant logs or screenshots
27
+
(Paste any relevant logs or screenshots to help diagnose and reproduce the compatibility issue)
(Which SDK sample project or component has a performance issue)
3
+
4
+
## Performance issue description
5
+
(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)
6
+
7
+
## What built the sample project or component
8
+
9
+
-[ ] code was built locally
10
+
-[ ] code was built by CI
11
+
12
+
(If the code was built by CI, please insert a link to the CI job here)
13
+
14
+
## System setup
15
+
- Windows version: <PLEASEFILLIN>
16
+
- Windows SDK version: <PLEASEFILLIN>
17
+
- Vulkan SDK version: <PLEASEFILLIN>
18
+
- CMake version: <PLEASEFILLIN>
19
+
- Visual Studio version: <PLEASEFILLIN>
20
+
- CPU: <PLEASEFILLIN>
21
+
- GPU: <PLEASEFILLIN>
22
+
- GPU driver version: <PLEASEFILLIN>
23
+
24
+
## Relevant logs or screenshots
25
+
(Paste any relevant logs or screenshots to help diagnose and reproduce the performance issue)
(Which SDK sample project or component has a UX issue)
3
+
4
+
## UX issue description
5
+
(Describe in as much detail what constitutes the UX issue, including as much descriptive information as possible)
6
+
7
+
(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)
8
+
9
+
## What built the sample project or component
10
+
11
+
-[ ] code was built locally
12
+
-[ ] code was built by CI
13
+
14
+
(If the code was built by CI, please insert a link to the CI job here)
15
+
16
+
## System setup
17
+
- Windows version: <PLEASEFILLIN>
18
+
- Windows SDK version: <PLEASEFILLIN>
19
+
- Vulkan SDK version: <PLEASEFILLIN>
20
+
- CMake version: <PLEASEFILLIN>
21
+
- Visual Studio version: <PLEASEFILLIN>
22
+
- CPU: <PLEASEFILLIN>
23
+
- GPU: <PLEASEFILLIN>
24
+
- GPU driver version: <PLEASEFILLIN>
25
+
26
+
## Relevant logs or screenshots
27
+
(Paste any relevant logs or screenshots to help diagnose and reproduce the UX issue)
0 commit comments