7 lines
61 B
HLSL
7 lines
61 B
HLSL
|
static int a = 1;
|
||
|
|
||
|
void f() {
|
||
|
const int b = a;
|
||
|
return;
|
||
|
}
|