blob: 701457fe7eeb3ace4f6985897c922fad65519f72 (
plain)
1
2
3
4
5
6
7
8
|
result code = -1
standard error = {
tests/diagnostics/packoffset.slang(7): error 39012: explicit 'packoffset' bindings are not yet supported in Slang
float4 x : packoffset(c0);
^~~~~~~~~~
}
standard output = {
}
|