Slang seperation
All checks were successful
CI / React UI Build (push) Successful in 12s
CI / Native Windows Build And Tests (push) Successful in 2m21s
CI / Windows Release Package (push) Has been skipped

This commit is contained in:
Aiden
2026-05-30 21:05:30 +10:00
parent 067c606092
commit fbc2851ccb
7 changed files with 322 additions and 36 deletions

View File

@@ -137,6 +137,11 @@ add_video_shader_test(ShaderSlangValidationTests
"${TEST_DIR}/ShaderSlangValidationTests.cpp"
)
add_video_shader_test(ShaderCompilerLookupTests
"${SRC_DIR}/shader/ShaderCompiler.cpp"
"${TEST_DIR}/ShaderCompilerLookupTests.cpp"
)
add_video_shader_test(Std140BufferTests
"${TEST_DIR}/Std140BufferTests.cpp"
)
@@ -169,5 +174,5 @@ set_tests_properties(RenderCadenceCompositorLoggerTests PROPERTIES
)
set_tests_properties(ShaderSlangValidationTests PROPERTIES
ENVIRONMENT "SLANG_ROOT=${SLANG_ROOT}"
ENVIRONMENT "SLANG_ROOT=${SLANG_ROOT};THIRD_PARTY_ROOT=${THIRD_PARTY_ROOT}"
)