Skip to content

Commit 2c65841

Browse files
2A5FTheMostDiligent
authored andcommitted
Add D3D_FEATURE_LEVEL_12_2
1 parent 26b091e commit 2c65841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ class EngineFactoryD3DBase : public EngineFactoryBase<BaseInterface>
295295
{
296296
case 0: VERIFY_EXPR(FeatureLevel == D3D_FEATURE_LEVEL_12_0); break;
297297
case 1: VERIFY_EXPR(FeatureLevel == D3D_FEATURE_LEVEL_12_1); break;
298+
case 2: VERIFY_EXPR(FeatureLevel == D3D_FEATURE_LEVEL_12_2); break;
298299
default: UNEXPECTED("unknown feature level 12.", Uint32{MinVersion.Minor});
299300
}
300301
break;

0 commit comments

Comments
 (0)