Ralith / openxrs

OpenXR bindings for Rust
Apache License 2.0
281 stars 59 forks source link

Update OpenXR-SDK to 1.0.29 #139

Closed rasmusgo closed 1 year ago

rasmusgo commented 1 year ago

This is what happened when I wanted to be able to use XR_FB_haptic_pcm and went down the rabbit hole. There was a series of issues that I bumped into. Some are described in #134 but I chose to omit extensions with unlisted tags instead of allowing them (XR_EXTX_overlay etc).

On a related note, this is the most hacky code I have written in a while. I am grateful for any hints on how to improve it.