ngscopeclient / scopehal-apps

ngscopeclient and other client applications for libscopehal.
https://www.ngscopeclient.org/
BSD 3-Clause "New" or "Revised" License
560 stars 87 forks source link

Compile error on 1.3.229 Vulkan SDK #508

Closed azonenberg closed 1 year ago

azonenberg commented 1 year ago

Root cause is a non-backward-compatible change made to the Vulkan SDK, see https://github.com/KhronosGroup/Vulkan-Hpp/issues/1417.

Assuming Khronos isn't going to revert the change, we need to figure out some way to make our code compile with both pre-229 and 229+ SDK versions if at all possible.