forked from dolphin-emu/dolphin
OGL: Re-implement async shader compiling
This commit is contained in:
@@ -70,6 +70,7 @@ void VideoBackend::InitBackendInfo()
|
||||
g_Config.backend_info.bSupportsDynamicSamplerIndexing = false;
|
||||
g_Config.backend_info.bSupportsBPTCTextures = false;
|
||||
g_Config.backend_info.bSupportsFramebufferFetch = false;
|
||||
g_Config.backend_info.bSupportsBackgroundCompiling = true;
|
||||
|
||||
IDXGIFactory2* factory;
|
||||
IDXGIAdapter* ad;
|
||||
|
||||
Reference in New Issue
Block a user