blob: abebf344c2f80e6ebb48c6e79e1dad969a05c9e7 [file] [log] [blame]
struct tint_symbol {
float4 value : SV_Position;
};
void atan_a8b696() {
float4 res = atan(float4(0.0f, 0.0f, 0.0f, 0.0f));
}
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;
}