KhronosGroup / Vulkan-Tools

Vulkan Development Tools
Apache License 2.0
361 stars 153 forks source link

vulkaninfo: Fix deprecation of MVK/IOS surface extensions #1018

Closed charles-lunarg closed 4 weeks ago

charles-lunarg commented 1 month ago

These surface extensions shouldn't be enabled if the metal surface extension is present. This fixes a deprecation notice the validation layers emit - as well as not provide redundant information (since the metal extension is a direct replacement for the mvk/ios extensions).

ci-tester-lunarg commented 1 month ago

CI Vulkan-Tools build queued with queue ID 229896.

ci-tester-lunarg commented 1 month ago

CI Vulkan-Tools build # 1499 running.

ci-tester-lunarg commented 1 month ago

CI Vulkan-Tools build # 1499 passed.

richard-lunarg commented 4 weeks ago

Strongly agree. Out with the old, in with the new.