LunarG / OpenXR-OverlayLayer

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

Add support for larger get proc lookup #24

Closed jzulauf-lunarg closed 2 years ago

jzulauf-lunarg commented 3 years ago

Number of procs exceeded the block depth limit of the compiler for else if clauses. Converted to unordered_map. Reorganized listing of unsupported functions for handy reference.