mirror of
https://github.com/KhronosGroup/Vulkan-Headers
synced 2024-11-21 14:29:07 -07:00
3f7a5370a3
This document hasn't been getting updated and is out of date in more than a few ways.
1.1 KiB
1.1 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report | Create a report to help us improve |
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:
This repository is responsible for the following files
- BUILD.gn
- BUILD.md
- CMakeLists.txt
- tests/*
- CODE_OF_CONDUCT.md
- LICENSE.txt
- README.md
- Non-API headers
- include/vulkan/vk_icd.h
- include/vulkan/vk_layer.h
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
code or terminal output
int main()
{
return 0;
}