blob: e8f2079b43bf563afd938fba5765c067931a93ff [file] [log] [blame]
void atan_a8b696() {
float4 res = atan(float4(0.0f, 0.0f, 0.0f, 0.0f));
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
atan_a8b696();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
atan_a8b696();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
atan_a8b696();
return;
}