dawn-cmake/test/intrinsics/gen/pack4x8snorm/4d22e7.wgsl.expected.wgsl

20 lines
332 B
WebGPU Shading Language
Raw Normal View History

fn pack4x8snorm_4d22e7() {
var res : u32 = pack4x8snorm(vec4<f32>());
}
[[stage(vertex)]]
fn vertex_main() -> [[builtin(position)]] vec4<f32> {
pack4x8snorm_4d22e7();
return vec4<f32>();
}
[[stage(fragment)]]
fn fragment_main() {
pack4x8snorm_4d22e7();
}
[[stage(compute)]]
fn compute_main() {
pack4x8snorm_4d22e7();
}