Commit 89d9817
Fix build errors in HLSLExec tests
- Add missing #include <windows.h> in HLSLTestDataTypes.h before
HlslTestUtils.h to resolve LPCSTR/LPCWSTR undeclared errors
- Define D3D_SHADER_MODEL_6_10 (0x6a) in LinearAlgebra.cpp since
the Windows SDK only defines up to 6.9
- Rename ValidationConfig member to Validation in all
TrigonometricValidation structs in LongVectors.cpp to match the
renamed member in DefaultValidation/StrictValidation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7331894 commit 89d9817
2 files changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
802 | | - | |
| 802 | + | |
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
809 | | - | |
| 809 | + | |
810 | 810 | | |
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
815 | | - | |
| 815 | + | |
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
819 | | - | |
| 819 | + | |
820 | 820 | | |
821 | 821 | | |
822 | 822 | | |
823 | | - | |
| 823 | + | |
824 | 824 | | |
825 | 825 | | |
826 | 826 | | |
| |||
0 commit comments