KhronosGroup / KhronosGroup/OpenXR-Docs

Alias used incorrectly on `SWAPCHAIN_USAGE_INPUT_ATTACHMENT_BIT` in registry file

Open
#166 2 comments 0 reactions 1 assignee Claimed by @rpavlik View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.