blob: 8faf2362f89cf144b4f56cc0e573ce219fb1ddf0 [file] [log] [blame]
struct tint_symbol {
float4 value : SV_Position;
};
void step_e2b337() {
float4 res = step(float4(0.0f, 0.0f, 0.0f, 0.0f), float4(0.0f, 0.0f, 0.0f, 0.0f));
}
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;
}