blob: fab95be54bf06eea735254ab2e9bcabb67eac430 [file] [log] [blame]
fn pack4x8unorm_95c456() {
var arg_0 = vec4<f32>();
var res : u32 = pack4x8unorm(arg_0);
}
@stage(vertex)
fn vertex_main() -> @builtin(position) vec4<f32> {
pack4x8unorm_95c456();
return vec4<f32>();
}
@stage(fragment)
fn fragment_main() {
pack4x8unorm_95c456();
}
@stage(compute) @workgroup_size(1)
fn compute_main() {
pack4x8unorm_95c456();
}