mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-17 14:37:02 +02:00
[vulkan] removing dead code for driverID detection under EDS handling/ban
This commit is contained in:
parent
ecd5c751f8
commit
a1fdbef129
1 changed files with 0 additions and 3 deletions
|
|
@ -1081,9 +1081,6 @@ bool Device::GetSuitability(bool requires_swapchain) {
|
||||||
|
|
||||||
// VK_DYNAMIC_STATE
|
// VK_DYNAMIC_STATE
|
||||||
|
|
||||||
// Driver detection variables for workarounds in GetSuitability
|
|
||||||
const VkDriverId driver_id = properties.driver.driverID;
|
|
||||||
|
|
||||||
// VK_EXT_extended_dynamic_state below this will appear drivers that need workarounds.
|
// VK_EXT_extended_dynamic_state below this will appear drivers that need workarounds.
|
||||||
|
|
||||||
// VK_EXT_extended_dynamic_state2 below this will appear drivers that need workarounds.
|
// VK_EXT_extended_dynamic_state2 below this will appear drivers that need workarounds.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue