45 lines
1.1 KiB
Markdown
45 lines
1.1 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Is this issue appropriate for the repository?**
|
|
|
|
Vulkan-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:
|
|
|
|
- https://github.com/KhronosGroup/Vulkan-Docs - C headers, XML, validusage.json, and generation scripts
|
|
- https://github.com/KhronosGroup/Vulkan-Hpp - C++ headers
|
|
|
|
The CONTRIBUTING.md contains a list of files this repo owns.
|
|
|
|
**Describe the bug**
|
|
|
|
A 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.
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|
|
|
|
**Code**
|
|
|
|
<details>
|
|
<summary>code or terminal output</summary>
|
|
|
|
```cpp
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|
|
```
|
|
|
|
</details>
|