VideoConfig: Add bool for sampler LOD bias support

This commit is contained in:
OatmealDome
2021-08-06 23:26:51 -04:00
parent 6dae4043cb
commit 08396c56e5
8 changed files with 17 additions and 0 deletions

View File

@ -93,6 +93,7 @@ void VideoBackend::InitBackendInfo()
g_Config.backend_info.bSupportsPartialDepthCopies = true;
g_Config.backend_info.bSupportsShaderBinaries = false;
g_Config.backend_info.bSupportsPipelineCacheData = false;
g_Config.backend_info.bSupportsLodBiasInSampler = true;
// TODO: There is a bug here, if texel buffers or SSBOs/atomics are not supported the graphics
// options will show the option when it is not supported. The only way around this would be