mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
VideoConfig: Add flag for whether the system supports setting object names
This commit is contained in:
parent
07fd17445c
commit
947b562e06
3 changed files with 3 additions and 0 deletions
|
@ -234,6 +234,7 @@ struct VideoConfig final
|
|||
bool bSupportsCoarseDerivatives = false;
|
||||
bool bSupportsTextureQueryLevels = false;
|
||||
bool bSupportsLodBiasInSampler = false;
|
||||
bool bSupportsSettingObjectNames = false;
|
||||
} backend_info;
|
||||
|
||||
// Utility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue