KhronosGroup / KhronosGroup/OpenXR-Docs
Alias used incorrectly on `SWAPCHAIN_USAGE_INPUT_ATTACHMENT_BIT` in registry file
Open
bug
synced to gitlab
- Dominant language
- Python
- Stars
- 181
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
I'm writing codegen using the xr.xml and I believe the alias for `SWAPCHAIN_USAGE_INPUT_ATTACHMENT_BIT` in the file is defined incorrectly.
Currently it is defined with the alias in the KHR indicating that the correct label to use (the alias) is the MND version when I believe it should be the other way around:
Currently
-----
KHR:
```
...
...
```
Monado:
```
...
...
```
Correct?
-----
KHR:
```
...
...
```
Monado:
```
...
...
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.