Commit c573920c authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_state

'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.
parent e9b9fc46
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment