2021-07-30 16:03:06 +00:00
|
|
|
static uint x_1[1] = (uint[1])0;
|
|
|
|
|
|
|
|
void main_1() {
|
|
|
|
const uint x_4 = x_1[0];
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
struct tint_symbol_1 {
|
|
|
|
uint x_1_param : SV_Coverage;
|
|
|
|
};
|
|
|
|
|
2021-08-04 22:15:28 +00:00
|
|
|
void main_inner(uint x_1_param) {
|
2021-07-30 16:03:06 +00:00
|
|
|
x_1[0] = x_1_param;
|
|
|
|
main_1();
|
2021-08-04 22:15:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void main(tint_symbol_1 tint_symbol) {
|
|
|
|
main_inner(tint_symbol.x_1_param);
|
2021-07-30 16:03:06 +00:00
|
|
|
return;
|
|
|
|
}
|