-
Notifications
You must be signed in to change notification settings - Fork 711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NFC] Move DxilValidation to a dedicated folder. #6849
Conversation
Move DxilValidation out of HLSL. This is a preparatory step for microsoft#6817.
✅ With the latest revision this PR passed the C/C++ code formatter. |
Is this code really moved or is it copied from somewhere? I see a lot of code being added, but not removed from anywhere. |
The code is moved around and spited into different files. |
Move DxilValidation out of HLSL.
Also move code to validate dxil container into DxilContainerValidation.cpp from DxilValidation.cpp.
This is a preparatory step for #6817.