blob: 1dc41c04824c95d7d5eb55eba86337d146e03e9a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device float2x2* out;
};
kernel void f(device float2x2* out [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = {.out=out};
(*tint_module_vars.out) = float2x2(float2(0.0f, 1.0f), float2(2.0f, 3.0f));
}