13 lines
143 B
WebGPU Shading Language
13 lines
143 B
WebGPU Shading Language
|
fn mixed_params(x_14 : u32, x_15 : f32, x_16 : i32) {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
fn x_100_1() {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
[[stage(fragment)]]
|
||
|
fn x_100() {
|
||
|
x_100_1();
|
||
|
}
|