diff options
| author | JMC47 <JMC4789@gmail.com> | 2022-07-10 19:35:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-10 19:35:55 -0400 |
| commit | cce6133ef6a95ddca18264290be005ababc6dc6e (patch) | |
| tree | 9445dbc0f15707eac9a4574a04d5e7404575e878 /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | 38cb76dea54b59fa0eae458e0898edebed13e7ca (diff) | |
| parent | 25929789c1e80d7a22d6acdb14082bc44e4fb0e9 (diff) | |
Merge pull request #10749 from tellowkrinkle/IntelUbershaders
VideoCommon: Fix ubershaders on MoltenVK Intel
Diffstat (limited to 'Source/Core/VideoCommon/DriverDetails.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/DriverDetails.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp index b532bf785d..d4d828e12e 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -140,6 +140,8 @@ constexpr BugInfo m_known_bugs[] = { -1.0, -1.0, true}, {API_VULKAN, OS_OSX, VENDOR_APPLE, DRIVER_PORTABILITY, Family::UNKNOWN, BUG_BROKEN_DISCARD_WITH_EARLY_Z, -1.0, -1.0, true}, + {API_VULKAN, OS_OSX, VENDOR_INTEL, DRIVER_PORTABILITY, Family::UNKNOWN, + BUG_BROKEN_DYNAMIC_SAMPLER_INDEXING, -1.0, -1.0, true}, }; static std::map<Bug, BugInfo> m_bugs; |
