blob: 2809aff397fa50ef4025cf62e23c284e6a81611e [file] [log] [blame]
void floor_66f154() {
float res = floor(1.0f);
}
struct tint_symbol {
float4 value : SV_Position;
};
float4 vertex_main_inner() {
floor_66f154();
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() {
floor_66f154();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
floor_66f154();
return;
}