blob: 79eea62d446b25ea58d34b81705c222fdfda269c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device half3x2* out;
};
kernel void f(device half3x2* out [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = {.out=out};
half3x2 m = half3x2(half2(0.0h), half2(0.0h), half2(0.0h));
(*tint_module_vars.out) = half3x2(m);
}