mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-03 14:49:22 +00:00
VulkanContext: Disable subgroup reduction on macOS with AMD GPUs
This commit is contained in:
parent
2d1ec6332b
commit
7e8f5208fe
3 changed files with 10 additions and 1 deletions
|
@ -305,6 +305,12 @@ enum Bug
|
|||
// Started version: -1
|
||||
// Ended version: -1
|
||||
BUG_BROKEN_SSBO_FIELD_ATOMICS,
|
||||
|
||||
// BUG: Accessing gl_SubgroupInvocationID causes the Metal shader compiler to crash.
|
||||
// Affected devices: AMD (macOS)
|
||||
// Started version: -1
|
||||
// Ended version: -1
|
||||
BUG_BROKEN_SUBGROUP_INVOCATION_ID,
|
||||
};
|
||||
|
||||
// Initializes our internal vendor, device family, and driver version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue