blob: 28e5c7686df9d3b4c9ed60c6adca3e30cdf2924f [file] [log] [blame]
void ldexp_cc9cde() {
float4 res = ldexp(float4(0.0f, 0.0f, 0.0f, 0.0f), int4(0, 0, 0, 0));
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
ldexp_cc9cde();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
ldexp_cc9cde();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
ldexp_cc9cde();
return;
}