blob: 6c295aa66e1970d5eb23f8dd86bf330a1d11591b [file] [log] [blame]
void sin_fc8bc4() {
float2 res = sin(float2(0.0f, 0.0f));
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
sin_fc8bc4();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
sin_fc8bc4();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
sin_fc8bc4();
return;
}