microsoft / OpenXR-MixedReality

OpenXR samples and preview headers for HoloLens and Windows Mixed Reality developers familiar with Visual Studio
https://aka.ms/openxr
MIT License
335 stars 95 forks source link

Add xr::DispatchTable for XrUtility #104

Closed dgough closed 2 years ago

dgough commented 2 years ago

Add xr::DispatchTable for XrUtility to support libraries that lazily loads openxr_loader without static link to xrFunctions.

Also simplify how to call extension functions through global dispatch table.