Skip to content

Fix build issue due to missing VK_RESULT_RANGE_SIZE

Conditionally check whether the Vulkan headers version defines VK_RESULT_RANGE_SIZE, and avoid using it for version >=140. The following comming in Vulkan-Headers has removed the enum value:

Merge request reports