blob: 2df7bdf319080d711ed827017a5ab98bd606be50 [file] [log] [blame]
void modf_546e09() {
float arg_1 = 0.0f;
float res = modf(1.0f, arg_1);
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
modf_546e09();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
modf_546e09();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
modf_546e09();
return;
}