KhronosGroup / OpenXR-Tutorials

OpenXR Tutorials
https://www.openxr-tutorial.com/
Apache License 2.0
76 stars 15 forks source link

minor fix for xrCreateActionSet #131

Closed jmoguill closed 2 weeks ago

jmoguill commented 4 months ago

In the sample code, actionSetCI.priority is set after the call to xrCreateActionSet, it should be before?

rpavlik-bot commented 4 months ago

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

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

rbessems commented 2 weeks ago

Yep that should be done before calling xrCreateActionSet