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