VideoConfig: Add flag for whether the system supports setting object names

This commit is contained in:
OatmealDome
2022-01-30 21:44:57 -05:00
parent 07fd17445c
commit 947b562e06
3 changed files with 3 additions and 0 deletions

View File

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