mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-12 13:27:59 -05:00
OGL: Re-implement async shader compiling
This commit is contained in:
@@ -227,6 +227,7 @@ struct VideoConfig final
|
||||
bool bSupportsDynamicSamplerIndexing; // Needed by UberShaders, so must stay in VideoCommon
|
||||
bool bSupportsBPTCTextures;
|
||||
bool bSupportsFramebufferFetch; // Used as an alternative to dual-source blend on GLES
|
||||
bool bSupportsBackgroundCompiling;
|
||||
} backend_info;
|
||||
|
||||
// Utility
|
||||
|
||||
Reference in New Issue
Block a user