Added feature level version to card profiler version string for D3D11

This commit is contained in:
rextimmy 2016-12-30 11:40:32 +10:00
parent 86a95e748e
commit 34e877b6e0
2 changed files with 17 additions and 1 deletions

View file

@ -41,6 +41,7 @@ protected:
void setupCardCapabilities();
bool _queryCardCap(const String &query, U32 &foundResult);
bool _queryFormat(const GFXFormat fmt, const GFXTextureProfile *profile, bool &inOutAutogenMips);
String _getFeatureLevelStr();
};
#endif