mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
ShaderGenCommon: Add bit for LOD bias
This commit is contained in:
parent
91cdeb5aa6
commit
4e12d6e871
2 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ ShaderHostConfig ShaderHostConfig::GetCurrent()
|
|||
bits.manual_texture_sampling = !g_ActiveConfig.bFastTextureSampling;
|
||||
bits.manual_texture_sampling_custom_texture_sizes =
|
||||
g_ActiveConfig.ManualTextureSamplingWithHiResTextures();
|
||||
bits.backend_sampler_lod_bias = g_ActiveConfig.backend_info.bSupportsLodBiasInSampler;
|
||||
return bits;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue