KhronosGroup / KhronosGroup/Vulkan-Docs
Aliases in VkFlags64 types not generated as aliases in spec text
Open
- Dominant language
- JavaScript
- Stars
- 3.3k
- Forks
- 549
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 2
Description
Usually aliases in Bits seem to be sorted at the end and equated to the less suffixed name. But this does not seem to work for `VkFlags64` types, such as `VkAccessFlagBits2`, leading to bit of a clutter.
Also the "provided by" hint seems inaccurate\missing.
bad?:

good:

Contributor guide
Assessment
This issue has not been assessed yet.