-
Notifications
You must be signed in to change notification settings - Fork 59
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
next
parameter in SessionCreateInfo
#144
Comments
openxrs/openxr/src/graphics/vulkan.rs Line 51 in 8fd7155
|
The intention is that, if you need something not expressed in the safe API, you invoke the raw function pointers yourself via e.g. |
but yeah i can do it with the sys crate, it's just inconvenient. |
True, but I'd rather not make it even less safe.
It shouldn't require much more code. |
The
next
is needed for passing, for example,XrSessionCreateInfoOverlayEXTX
tocreate_session
for extensions likeXR_EXTX_overlay
. Right now there is no way of setting it.The text was updated successfully, but these errors were encountered: