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