mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoConfig: Add a field for indicating logic op support in the backend
This commit is contained in:
@ -33,6 +33,7 @@ ShaderHostConfig ShaderHostConfig::GetCurrent()
|
||||
bits.backend_dynamic_sampler_indexing =
|
||||
g_ActiveConfig.backend_info.bSupportsDynamicSamplerIndexing;
|
||||
bits.backend_shader_framebuffer_fetch = g_ActiveConfig.backend_info.bSupportsFramebufferFetch;
|
||||
bits.backend_logic_op = g_ActiveConfig.backend_info.bSupportsLogicOp;
|
||||
return bits;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user