summaryrefslogtreecommitdiff
path: root/tests/cross-compile/dxc-error.hlsl.expected
blob: 2028cd2f0a71eb49124bd6d4271d5a6101e70b36 (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
dxc: tests/cross-compile/dxc-error.hlsl:8:2: error: use of undeclared identifier 'gOutputBuffer'
        gOutputBuffer[tid] = dispatchThreadID.x * 0.5f;
        ^
}
standard output = {
}