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

8 lines
89 B
Plaintext

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