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