-
Notifications
You must be signed in to change notification settings - Fork 64
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
Clarify the point with respect to which an offset is defined in an imageRect #86
Comments
An issue (number 1587) has been filed to correspond to this issue in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#1587 ), to facilitate working group processes. This GitHub issue will continue to be the main site of discussion. |
It depends on the graphics API being used. For OpenGL/GLES the spec says:
For D3D/Vulkan the spec says:
|
Clear thanks, I did not notice those lines at first. Would it make sense to mention earlier on the spec that its definition depends on the graphics API? Also, I wonder if this may cause a different behavior when using different runtimes. For example, I recently had a problem with the visualization of a |
Yes, agreed. I am making an update to the spec to clarify this on the I'll bring your compatibility problem up with the appropriate people to see if they might know what is going. |
Thanks a lot, I appreciate! |
Fix released in OpenXR 1.0.19 - thanks for the report! |
For example, in Section 10.4.5
and then
XrRect2Di
is defined in 2.17Although, it is not clear to me with respect to which point of the full swapchain image the offset is defined. Is it the top left corner, or the bottom left as for OpenGL textures?
The text was updated successfully, but these errors were encountered: