blob: 9f628c0fe10a51ecbba48db6ac83c1f0a08e7363 [file] [log] [blame]
void acos_069188() {
float3 res = (0.25f).xxx;
}
struct tint_symbol {
float4 value : SV_Position;
};
float4 vertex_main_inner() {
acos_069188();
return (0.0f).xxxx;
}
tint_symbol vertex_main() {
const float4 inner_result = vertex_main_inner();
tint_symbol wrapper_result = (tint_symbol)0;
wrapper_result.value = inner_result;
return wrapper_result;
}
void fragment_main() {
acos_069188();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
acos_069188();
return;
}