blob: 5fdc2362b8089a777242991b454797e48e142e87 (
plain)
1
2
3
4
5
6
7
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 : ^
}
standard output = {
}
|