blob: 28aed930754bcc8983f92726cb2c614d6ef4e567 (
plain)
1
2
3
4
5
6
7
8
|
result code = 0
standard error = {
tests/diagnostics/entry-point-stage-mismatch.slang(9): warning 38006: entry point 'main' being compiled for the 'vertex' stage has a '[shader(...)]' attribute that specifies the 'compute' stage
void main()
^~~~
}
standard output = {
}
|