VideoCommon: Skip textureQueryLevels if it doesn't exist

This commit is contained in:
Pokechu22
2021-11-13 20:10:55 -08:00
parent bdcfb31187
commit 1adff1c467
10 changed files with 24 additions and 1 deletions

View File

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