mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
VideoCommon: Gate Multi-Threaded Shader Pre-Compilation behind a bug entry
This commit is contained in:
@ -314,6 +314,14 @@ enum Bug
|
||||
// Started version: -1
|
||||
// Ended version: -1
|
||||
BUG_BROKEN_SUBGROUP_INVOCATION_ID,
|
||||
|
||||
// BUG: Multi-threaded shader pre-compilation sometimes crashes
|
||||
// Used primarily in Videoconfig.cpp's GetNumAutoShaderPreCompilerThreads()
|
||||
// refer to https://github.com/dolphin-emu/dolphin/pull/9414 for initial validation coverage
|
||||
// All untested platforms will report as having this bug as to avoid crashes
|
||||
// Note that things should highly likely work out fine on D3D
|
||||
// so we didn't extend the Bug API to also support D3D
|
||||
BUG_BROKEN_MULTITHREADED_SHADER_PRECOMPILATION
|
||||
};
|
||||
|
||||
// Initializes our internal vendor, device family, and driver version
|
||||
|
Reference in New Issue
Block a user