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
After upgrading from 1.7.2212.10142 to 1.7.2212.10204 I got pixel shader compilation errors in three shaders. Compilation to SPIR-V worked previously in version 1.7.2212.10142.
Minimal repro steps
I attached minimal reproducible example with pixel shader sources and bat script with all compilation parameters. You need to change DXC_LOCATION variable inside the build-test.bat to dxc.exe v1.7.2212.10204 executable.
After upgrading from 1.7.2212.10142 to 1.7.2212.10204 I got pixel shader compilation errors in three shaders. Compilation to SPIR-V worked previously in version 1.7.2212.10142.
Minimal repro steps
I attached minimal reproducible example with pixel shader sources and
bat
script with all compilation parameters. You need to changeDXC_LOCATION
variable inside thebuild-test.bat
to dxc.exe v1.7.2212.10204 executable.Direct link to issue-001.zip
Expected result
Compilation success. DXC produces SPIR-V binaries.
Actual result
Compilation error:
No SPIR-V binaries.
Further technical details
git submodule update --init
has been invoked before buildhctbuild
build parameters:-official -rel -x64 -vs2022 -speak-up -no-dxilconv -spirv
Would you kindly help?
The text was updated successfully, but these errors were encountered: