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