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