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