mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-21 21:42:08 -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.