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