[vulkan] removing dead code for driverID detection under EDS handling/ban

This commit is contained in:
CamilleLaVey 2026-02-15 01:46:54 -04:00 committed by crueter
parent 34a0d31291
commit 707bc3ddd4
1 changed files with 0 additions and 3 deletions

View File

@ -1122,9 +1122,6 @@ bool Device::GetSuitability(bool requires_swapchain) {
// 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_state2 below this will appear drivers that need workarounds.