mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-01-26 12:37:27 -06:00
'driver_id' can only be known on Vulkan 1.1 after creating a logical device. Move the driver id check to disable VK_EXT_extended_dynamic_state after the logical device is successfully initialized. The Vulkan device will have the extension enabled but it will not be used.