blob: 9b658fcf7d8cb4505ad40587ef1bf9b9ff4a904c [file] [log] [blame]
void fract_a49758() {
float3 res = frac(float3(0.0f, 0.0f, 0.0f));
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
fract_a49758();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
fract_a49758();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
fract_a49758();
return;
}