blob: e1d10bd83a073d838ecf264261d348b46aa2c9c2 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
float2x2 m;
};
kernel void f(device float2x2* tint_symbol [[buffer(0)]]) {
thread tint_private_vars_struct tint_private_vars = {};
tint_private_vars.m = float2x2(float2(0.0f, 1.0f), float2(2.0f, 3.0f));
*(tint_symbol) = float2x2(tint_private_vars.m);
return;
}