diff options
| author | CrossVR <jules.blok@gmail.com> | 2025-07-27 15:18:22 +0900 |
|---|---|---|
| committer | CrossVR <jules.blok@gmail.com> | 2025-07-29 08:42:22 +0900 |
| commit | 0d87f835e2321992159d4b2f8eac923e2275c436 (patch) | |
| tree | f7732f912d04424ce6a36e0917f376aed043a485 /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | 59e9267e3d33cb29f06d8a4f583e7633360ef259 (diff) | |
VKPipeline: Don't include depth clamp control struct when not supported
This should not be needed
Diffstat (limited to 'Source/Core/VideoCommon/DriverDetails.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/DriverDetails.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp index 41f49f490a..22d6fff2d0 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -158,8 +158,8 @@ constexpr BugInfo m_known_bugs[] = { BUG_BROKEN_DYNAMIC_SAMPLER_INDEXING, -1.0, -1.0, true}, {API_VULKAN, OS_ANDROID, VENDOR_QUALCOMM, DRIVER_QUALCOMM, Family::UNKNOWN, BUG_SLOW_OPTIMAL_IMAGE_TO_BUFFER_COPY, -1.0, -1.0, true}, - {API_VULKAN, OS_WINDOWS, VENDOR_ATI, DRIVER_ATI, Family::UNKNOWN, - BUG_BROKEN_DEPTH_CLAMP_CONTROL, -1.0, -1.0, true}, + {API_VULKAN, OS_ALL, VENDOR_ATI, DRIVER_ATI, Family::UNKNOWN, BUG_BROKEN_DEPTH_CLAMP_CONTROL, + -1.0, -1.0, true}, }; static std::map<Bug, BugInfo> m_bugs; |
