blob: 8abad4e0fc458294c200ec34566dc8007d78f6dc [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
float4x4 p;
};
kernel void f(const constant float4x4* 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].ywxz;
tint_private_vars.p[0][1] = (*(tint_symbol))[1][0];
return;
}