mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
VideoConfig: Add bool for sampler LOD bias support
This commit is contained in:
parent
6dae4043cb
commit
08396c56e5
8 changed files with 17 additions and 0 deletions
|
@ -233,6 +233,7 @@ struct VideoConfig final
|
|||
bool bSupportsPipelineCacheData = false;
|
||||
bool bSupportsCoarseDerivatives = false;
|
||||
bool bSupportsTextureQueryLevels = false;
|
||||
bool bSupportsLodBiasInSampler = false;
|
||||
} backend_info;
|
||||
|
||||
// Utility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue