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