mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-04 19:59:59 +00:00
video_core: Enable ImageGather rounding fix on AMD open source drivers
This commit is contained in:
parent
82b78cde73
commit
c0e5ecc399
1 changed files with 2 additions and 0 deletions
|
@ -330,6 +330,8 @@ PipelineCache::PipelineCache(RasterizerVulkan& rasterizer_, const Device& device
|
|||
.lower_left_origin_mode = false,
|
||||
.need_declared_frag_colors = false,
|
||||
.need_gather_subpixel_offset = driver_id == VK_DRIVER_ID_AMD_PROPRIETARY ||
|
||||
driver_id == VK_DRIVER_ID_AMD_OPEN_SOURCE ||
|
||||
driver_id == VK_DRIVER_ID_MESA_RADV ||
|
||||
driver_id == VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS ||
|
||||
driver_id == VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA,
|
||||
|
||||
|
|
Loading…
Reference in a new issue