You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The openxr crate uses the get_arr_init helper in locate_views. This means that it calls it first to determine how many views there are, then it calls it again with a vector of the right size to receive the view information. The XR sample app preallocates the right number of views an only calls it once every frame. We should look into whether we can do the same by dipping down into the system openxr crate.
The text was updated successfully, but these errors were encountered:
The openxr crate uses the get_arr_init helper in locate_views. This means that it calls it first to determine how many views there are, then it calls it again with a vector of the right size to receive the view information. The XR sample app preallocates the right number of views an only calls it once every frame. We should look into whether we can do the same by dipping down into the system openxr crate.
The text was updated successfully, but these errors were encountered: