blob: 2012d8fc4afbc913e4d0ba34a987dd1a77a8f342 [file] [log] [blame]
void round_9edc38() {
float res = round(1.0f);
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
round_9edc38();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
round_9edc38();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
round_9edc38();
return;
}