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