Skip to content

Commit cde0954

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/DxilValidation/DxilValidation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ static bool CheckInMemoryInterpretations(uint32_t Input) {
995995
DXIL::ComponentType::F8_E4M3, DXIL::ComponentType::F8_E5M2};
996996

997997
for (auto Val : ValidSet) {
998-
if (Val == static_cast<DXIL::ComponentType>(input))
998+
if (Val == static_cast<DXIL::ComponentType>(Input))
999999
return true;
10001000
}
10011001
return false;

0 commit comments

Comments
 (0)