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

8 lines
89 B
Plaintext

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