250 259 if "%TEST_SPIRV%"=="1" ( 251 260 if not exist %BIN_DIR%\clang-spirv-tests.exe ( @@ -380,6 +389,7 @@ echo -adapter "adapter name" - overrides Adapter for execution tests 380 389 echo -verbose - for TAEF: turns off /parallel and removes logging filter 381 390 ...
Compile the same shader for the SPIR-V by adding the -spirv flag dxc.exe -T ps_6_0 -E PSMain -spirv issue_shader.txt and observe the compiler output: fatal error: generated SPIR-V is invalid: Expected Sampled Type to be a 32-bit int or float scalar type for Vulkan environment %...