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 to support libraries that lazily … #100

Closed yl-msft closed 2 years ago

yl-msft commented 2 years ago

…load openxr_loader without static link to xrFunctions.

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

mbucchia-msft commented 2 years ago

Need to redo this PR with latest code.