9 lines
104 B
HLSL
9 lines
104 B
HLSL
|
[numthreads(1, 1, 1)]
|
||
|
void unused_entry_point() {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
void f(int a_1) {
|
||
|
const int b = a_1;
|
||
|
}
|