mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
VideoCommon: Skip textureQueryLevels if it doesn't exist
This commit is contained in:
parent
bdcfb31187
commit
1adff1c467
10 changed files with 24 additions and 1 deletions
|
@ -232,6 +232,7 @@ struct VideoConfig final
|
|||
bool bSupportsShaderBinaries = false;
|
||||
bool bSupportsPipelineCacheData = false;
|
||||
bool bSupportsCoarseDerivatives = false;
|
||||
bool bSupportsTextureQueryLevels = false;
|
||||
} backend_info;
|
||||
|
||||
// Utility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue