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

11 lines
169 B
Plaintext
Raw Normal View History

#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
float3x3 m = float3x3(0.0f);
float3 const v = m[1];
float const f = v[1];
return;
}