blob: 57087730840433d3b7aa8b8e2257244cb57d27cc [file] [log] [blame]
void select_01e2cd() {
int3 res = (bool3(false, false, false) ? int3(0, 0, 0) : int3(0, 0, 0));
}
struct tint_symbol {
float4 value : SV_Position;
};
float4 vertex_main_inner() {
select_01e2cd();
return float4(0.0f, 0.0f, 0.0f, 0.0f);
}
tint_symbol vertex_main() {
const float4 inner_result = vertex_main_inner();
tint_symbol wrapper_result = (tint_symbol)0;
wrapper_result.value = inner_result;
return wrapper_result;
}
void fragment_main() {
select_01e2cd();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
select_01e2cd();
return;
}