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