LunarG / OpenXR-OverlayLayer

Implementation of the OpenXR Overlay extension as a layer
Other
64 stars 17 forks source link

external_headers/openxr/openxr.h has old extension name #7

Closed bradgrantham-lunarg closed 3 years ago

bradgrantham-lunarg commented 4 years ago

the header in the tree has XR_EXT_OVERLAY_PREVIEW_EXTENSION_NAME "XR_EXT_overlay_preview" and should be XR_EXTX_overlay. It's possible public-release-1 won't run against the actual shipped OpenXR 1.0.8.

bradgrantham-lunarg commented 4 years ago

Import header 1.0.8 or later and verify against OpenXR built from SDK 1.0.8 or later.

bradgrantham-lunarg commented 3 years ago

Fixed in 350f7377