Skip to content

Commit 3d06120

Browse files
simolltex3d
andauthored
Update lib/DxilValidation/DxilValidation.cpp
Co-authored-by: Tex Riddell <[email protected]>
1 parent 1dc4b2d commit 3d06120

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/DxilValidation/DxilValidation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,8 +1001,8 @@ static bool CheckInMemoryInterpretations(uint32_t Input) {
10011001
return false;
10021002
}
10031003

1004-
static bool CheckMatrixLayout(unsigned input) {
1005-
return (input <=
1004+
static bool CheckMatrixLayout(unsigned Input) {
1005+
return (Input <=
10061006
static_cast<unsigned>(DXIL::DXILMatrixLayout::OuterProductOptimal));
10071007
}
10081008

0 commit comments

Comments
 (0)