blob: c7cb98b5aee732ef1fe3e95b2304e99ffa28bbc0 [file] [log] [blame]
void isInf_7e81b5() {
bool4 res = isinf(float4(0.0f, 0.0f, 0.0f, 0.0f));
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
isInf_7e81b5();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
isInf_7e81b5();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
isInf_7e81b5();
return;
}