diff options
| author | OatmealDome <julian@oatmealdome.me> | 2021-08-06 23:26:51 -0400 |
|---|---|---|
| committer | OatmealDome <julian@oatmealdome.me> | 2021-12-25 15:16:27 -0500 |
| commit | 08396c56e56708344d63fded5900020f47337b8e (patch) | |
| tree | e508eb09e46d0b4a7f6cb30826e89f0cd61db26d /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | 6dae4043cb967925ae28cce92d9c100330a5d17e (diff) | |
VideoConfig: Add bool for sampler LOD bias support
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index 6a12c467d8..654813d5eb 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -87,6 +87,7 @@ void VideoSoftware::InitBackendInfo() g_Config.backend_info.bSupportsBBox = true; g_Config.backend_info.bSupportsCoarseDerivatives = false; g_Config.backend_info.bSupportsTextureQueryLevels = false; + g_Config.backend_info.bSupportsLodBiasInSampler = false; // aamodes g_Config.backend_info.AAModes = {1}; |
