mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-05 01:24:14 +01:00
[d3d11] Add FL12+ enum names
This commit is contained in:
parent
1216466be7
commit
5b39f0307e
@ -9,6 +9,8 @@ std::ostream& operator << (std::ostream& os, D3D_FEATURE_LEVEL e) {
|
||||
ENUM_NAME(D3D_FEATURE_LEVEL_10_1);
|
||||
ENUM_NAME(D3D_FEATURE_LEVEL_11_0);
|
||||
ENUM_NAME(D3D_FEATURE_LEVEL_11_1);
|
||||
ENUM_NAME(D3D_FEATURE_LEVEL_12_0);
|
||||
ENUM_NAME(D3D_FEATURE_LEVEL_12_1);
|
||||
ENUM_DEFAULT(e);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user