11 lines
136 B
HLSL
11 lines
136 B
HLSL
|
void main_1() {
|
||
|
const int2 x_30 = int2(30, 40);
|
||
|
const float2 x_1 = float2(x_30);
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
void main() {
|
||
|
main_1();
|
||
|
return;
|
||
|
}
|