Ralith / openxrs

OpenXR bindings for Rust
Apache License 2.0
272 stars 57 forks source link

Monado EGL extension #151

Open technobaboo opened 7 months ago

technobaboo commented 7 months ago

so I need help to get the extension into the list so it can be enabled but i got the graphics bindings structs in

why isn't the monado egl extension in openxr/src/generated.rs and how do I get it in there?

technobaboo commented 7 months ago

@Ralith idk how the generator works, got any ideas? this is needed for servo webxr too

msub2 commented 7 months ago

Per some discussion on Discord it seems the issue is that the generator does not parse provisional extensions, hence XR_MNDX_egl_enable being skipped over

Ralith commented 7 months ago

Is it sufficient for applications to manually add it to the other list for the time being?

rasmusgo commented 4 months ago

It looks like this was fixed by https://github.com/Ralith/openxrs/pull/156. @technobaboo did it resolve it for you?