13 lines
167 B
HLSL
13 lines
167 B
HLSL
|
void main_1() {
|
||
|
const bool x_11 = false;
|
||
|
const uint x_12 = 0u;
|
||
|
const int x_13 = 0;
|
||
|
const float x_14 = 0.0f;
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
void main() {
|
||
|
main_1();
|
||
|
return;
|
||
|
}
|