dawn-cmake/test/tint/expressions/zero_init/vec4/f32.wgsl.expected.msl

8 lines
89 B
Plaintext

#include <metal_stdlib>
using namespace metal;
void f() {
float4 v = float4(0.0f);
}