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

8 lines
85 B
Plaintext

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