Skip to content

Commit

Permalink
Update drivers/vulkan/rendering_context_driver_vulkan.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Clay John <claynjohn@gmail.com>
  • Loading branch information
DarioSamo and clayjohn committed May 13, 2024
1 parent 94aef4b commit bc72c0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/vulkan/rendering_context_driver_vulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ void RenderingContextDriverVulkan::_check_driver_workarounds(const VkPhysicalDev
//
r_device.workarounds.avoid_compute_after_draw =
r_device.vendor == VENDOR_QUALCOMM &&
p_device_properties.deviceID >= 0x6000000 && // Adreno 6xx
p_device_properties.driverVersion < VK_MAKE_VERSION(512, 503, 0) &&
r_device.name.find("Turnip") < 0;
}
Expand Down

0 comments on commit bc72c0c

Please sign in to comment.