Ralith/openxrs

Support arbitrary extensions

Manishearth opened this issue · 2 comments

More extensions will continue to be added; the ExtensionSet struct should contain an open ended Vec<String> for extensions that are unknown to this API.

I'll see about adding this, but in the meantime you can always call the raw unsafe function pointers via entry.fp(), and then use Instance::from_raw to get back into safe land.

Fixed by #18.