Skip to content

Commit

Permalink
Add D3D_FEATURE_LEVEL_12_2
Browse files Browse the repository at this point in the history
  • Loading branch information
2A5F authored Nov 23, 2024
1 parent 953c6a4 commit 51fda0d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ class EngineFactoryD3DBase : public EngineFactoryBase<BaseInterface>
{
case 0: VERIFY_EXPR(FeatureLevel == D3D_FEATURE_LEVEL_12_0); break;
case 1: VERIFY_EXPR(FeatureLevel == D3D_FEATURE_LEVEL_12_1); break;
case 2: VERIFY_EXPR(FeatureLevel == D3D_FEATURE_LEVEL_12_2); break;
default: UNEXPECTED("unknown feature level 12.", Uint32{MinVersion.Minor});
}
break;
Expand Down

0 comments on commit 51fda0d

Please sign in to comment.