summaryrefslogtreecommitdiffstats
path: root/tests/cross-compile/dxc-error.hlsl.expected
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2022-11-02 09:47:35 -0400
committerGitHub <noreply@github.com>2022-11-02 09:47:35 -0400
commitfb29bd32cc3404455ff92916a91c517823f486dd (patch)
tree8d847489dc2e9a46c73c01c4c4a8fc79930c75a0 /tests/cross-compile/dxc-error.hlsl.expected
parent487855ecb46ec4360464d2f028cedf8c24a66d29 (diff)
Shader Execution Reordering (via NVAPI) (#2484)
* #include an absolute path didn't work - because paths were taken to always be relative. * Preliminary SER NVAPI support. * Set the DXC compiler version. Fix typo in premake5.lua * Improve DXC version detection. Enable HLSL2021 on late enough version of DXC. * Fix typo. * Fix launch. * Test via DXIL output. * Update dxc-error output.
Diffstat (limited to 'tests/cross-compile/dxc-error.hlsl.expected')
-rw-r--r--tests/cross-compile/dxc-error.hlsl.expected6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cross-compile/dxc-error.hlsl.expected b/tests/cross-compile/dxc-error.hlsl.expected
index 5fdc2362b..c47ca80a6 100644
--- a/tests/cross-compile/dxc-error.hlsl.expected
+++ b/tests/cross-compile/dxc-error.hlsl.expected
@@ -1,8 +1,8 @@
result code = -1
standard error = {
-dxc: tests/cross-compile/dxc-error.hlsl(8): error : use of undeclared identifier 'gOutputBuffer'
-dxc: note : gOutputBuffer[tid] = dispatchThreadID.x * 0.5f;
-dxc: note : ^
+dxc 1.7: tests/cross-compile/dxc-error.hlsl(8): error : use of undeclared identifier 'gOutputBuffer'
+dxc 1.7: note : gOutputBuffer[tid] = dispatchThreadID.x * 0.5f;
+dxc 1.7: note : ^
}
standard output = {
}