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

@ -233,6 +233,7 @@ struct VideoConfig final
bool bSupportsPipelineCacheData = false;
bool bSupportsCoarseDerivatives = false;
bool bSupportsTextureQueryLevels = false;
bool bSupportsLodBiasInSampler = false;
} backend_info;
// Utility