dawn-cmake/test/access/var/vector.wgsl.expected.msl

12 lines
201 B
Plaintext
Raw Normal View History

#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
float3 v = 0.0f;
float const scalar = v.y;
float2 const swizzle2 = v.xz;
float3 const swizzle3 = v.xzy;
return;
}