mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Added feature level version to card profiler version string for D3D11
This commit is contained in:
parent
86a95e748e
commit
34e877b6e0
2 changed files with 17 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue