7 lines
65 B
HLSL
7 lines
65 B
HLSL
|
static int A[4] = (int[4])0;
|
||
|
|
||
|
void f() {
|
||
|
A[0] = 1;
|
||
|
return;
|
||
|
}
|