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