summaryrefslogtreecommitdiff
path: root/tests/cross-compile/dxc-error.hlsl.expected
blob: c47ca80a6c7821f43819bc98afed32ecda6603e6 (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
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 = {
}