You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NFC: Fix switch with missing default case in DxilShaderModel.cpp (microsoft#6288)
This missing default case statement would cause build break when
compiling with additional warning settings, such as /W4 /WX in VC++.
Fixesmicrosoft#6287.
0 commit comments