blob: f09a109da1a23cfe853b6f67a52673f15f479a9e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
/* 0x0000 */ int i;
};
struct tint_module_vars_struct {
device S* s;
};
kernel void v(device S* s [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.s=s};
}