Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API layer version is inconsistently specified #172

Open
fredemmott opened this issue Jul 17, 2024 · 1 comment
Open

API layer version is inconsistently specified #172

fredemmott opened this issue Jul 17, 2024 · 1 comment
Labels
synced to gitlab A corresponding issue has been filed in the Khronos internal GitLab

Comments

@fredemmott
Copy link
Contributor

fredemmott commented Jul 17, 2024

Concrete issues:

  • The JSON is not documented a requiring a uint32_t or even an integer, but it should presumably match
  • I'm assuming that "backwards compatible" is a typo, and "backwards incompatible" is meant ?
    either way, it has a different meaning to "any major changes"
  • There'd also be some debugging value to being able to represent the actual human-readable version number, rather than just a "major changes" version. In practice, I think most layers just use "1".
    This would require either that an arbitrary string is allowed, or a much larger type than uint32_t (especially for layers that increment the version number in every CI build). Currently, the description field could be (ab?)used for this
@rpavlik-bot rpavlik-bot added the synced to gitlab A corresponding issue has been filed in the Khronos internal GitLab label Jul 23, 2024
@rpavlik-bot
Copy link
Collaborator

An issue (number 2321) has been filed to correspond to this issue in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#2321 ), to facilitate working group processes.

This GitHub issue will continue to be the main site of discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
synced to gitlab A corresponding issue has been filed in the Khronos internal GitLab
Projects
None yet
Development

No branches or pull requests

2 participants