blob: 85c7a6dabc82b797831ef3e43fe23c7606bf6e6d [file] [log] [blame]
void quantizeToF16_cba294() {
float4 res = float4(min16float4((1.0f).xxxx));
}
struct tint_symbol {
float4 value : SV_Position;
};
float4 vertex_main_inner() {
quantizeToF16_cba294();
return (0.0f).xxxx;
}
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() {
quantizeToF16_cba294();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
quantizeToF16_cba294();
return;
}