blob: 22e9f761e37eab1cd609bfb63007f3eefe5bec04 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
half2x4 m;
};
kernel void f(device half2x4* tint_symbol [[buffer(0)]]) {
thread tint_private_vars_struct tint_private_vars = {};
tint_private_vars.m = half2x4(half4(0.0h), half4(0.0h));
*(tint_symbol) = tint_private_vars.m;
return;
}