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