VideoBackends: Disable GPU Texture Decoding under MoltenVK

It's broken and causes spectacular artifacts and crashes.
This commit is contained in:
Techjar
2020-04-13 04:19:24 -04:00
parent e7e5175606
commit 69358b2186
3 changed files with 12 additions and 1 deletions

View File

@ -286,6 +286,10 @@ enum Bug
// Mali Vulkan driver, causing high CPU usage in the __pi___inval_cache_range kernel
// function. This flag causes readback buffers to select the coherent type.
BUG_SLOW_CACHED_READBACK_MEMORY,
// BUG: GPU Texture Decoding produces a spectacular mess or just outright crashes when using
// Vulkan on macOS through MoltenVK.
BUG_BROKEN_GPU_TEXTURE_DECODING,
};
// Initializes our internal vendor, device family, and driver version