• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2name: Bug report
3about: Create a report to help us improve
4title: ''
5labels: ''
6assignees: ''
7
8---
9
10**Is this issue appropriate for the repository?**
11
12Vulkan-Headers exists as a publishing mechanism for headers and related material sourced from multiple other repositories. If you have a problem with that material, it should *not* be reported here, but in the appropriate repository:
13
14This repository is responsible for the following files
15
16* BUILD.gn
17* BUILD.md
18* CMakeLists.txt
19* tests/*
20* CODE_OF_CONDUCT.md
21* LICENSE.txt
22* README.md
23* Non-API headers
24  * include/vulkan/vk_icd.h
25  * include/vulkan/vk_layer.h
26
27**Describe the bug**
28
29A clear and concise description of what the bug is. Please refer to specific files that are only in this repository, not copied from Vulkan-Docs or Vulkan-Hpp.
30
31**Expected behavior**
32A clear and concise description of what you expected to happen.
33
34**Screenshots**
35If applicable, add screenshots to help explain your problem.
36
37**Additional context**
38Add any other context about the problem here.
39
40**Code**
41
42<details>
43<summary>code or terminal output</summary>
44
45```cpp
46int main()
47{
48    return 0;
49}
50```
51
52</details>
53