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 14- https://github.com/KhronosGroup/Vulkan-Docs - C headers, XML, validusage.json, and generation scripts 15- https://github.com/KhronosGroup/Vulkan-Hpp - C++ headers 16- This repository - Repository structure, management, and build system *only* 17 18See the repository README for more details. 19 20 21**Describe the bug** 22 23A 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. 24 25**Expected behavior** 26A clear and concise description of what you expected to happen. 27 28**Screenshots** 29If applicable, add screenshots to help explain your problem. 30 31**Additional context** 32Add any other context about the problem here. 33