blob: d26288aa6e2ba519245113c80b3c85931dcc0519 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
float3x2 p;
};
kernel void f(const constant float3x2* tint_symbol [[buffer(0)]]) {
thread tint_private_vars_struct tint_private_vars = {};
tint_private_vars.p = *(tint_symbol);
tint_private_vars.p[1] = (*(tint_symbol))[0];
tint_private_vars.p[1] = (*(tint_symbol))[0].yx;
tint_private_vars.p[0][1] = (*(tint_symbol))[1][0];
return;
}