Ralith / openxrs

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

add from_get_instance_proc_addr to Entry #117

Closed CodeWitchBella closed 2 years ago

CodeWitchBella commented 2 years ago

Implements #116

I did test it in my project and it works. At least it does for .fp().create_instance

I am new to rust, so I apologize if this is wrong