KhronosGroup/OpenXR-Hpp

Guard extensions with ifdef

rpavlik opened this issue · 1 comments

Right now there's a hard dependency on the matching openxr.h header which isn't awesome for the current deployment model, anyway.

Each extension defined has a preprocessor macro defined as well, so we can guard e.g. the enum values with that.

Think this is done.