mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
VideoCommon: Fix Intel GPUs on Metal/Vulkan locking up in ubershaders
This commit is contained in:
parent
70bf89fa59
commit
db6e928c8d
3 changed files with 12 additions and 0 deletions
|
@ -328,6 +328,12 @@ enum Bug
|
|||
// Started version: -1
|
||||
// Ended version: -1
|
||||
BUG_BROKEN_DISCARD_WITH_EARLY_Z,
|
||||
|
||||
// BUG: Using dynamic sampler indexing locks up the GPU
|
||||
// Affected devices: Intel (macOS Metal)
|
||||
// Started version: -1
|
||||
// Ended version: -1
|
||||
BUG_BROKEN_DYNAMIC_SAMPLER_INDEXING,
|
||||
};
|
||||
|
||||
// Initializes our internal vendor, device family, and driver version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue