gfxreconstruct icon indicating copy to clipboard operation
gfxreconstruct copied to clipboard

[openxr] Handle extension filtering and detection

Open MarkY-LunarG opened this issue 5 months ago • 1 comments

The Vulkan GFXR path handles extensions in several ways:

  • Unknown extensions may be filtered out
  • Required extensions are tracked and may cause failures on replay

OpenXR should follow the same behavior and pay attention to the same environment variables when necessary.

MarkY-LunarG avatar Sep 05 '24 21:09 MarkY-LunarG