blob: 4e2f5c97976226068496684396eb359a27836799 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct Inner {
/* 0x0000 */ float f;
};
struct S {
/* 0x0000 */ Inner inner;
};
kernel void tint_symbol(const constant S* tint_symbol_1 [[buffer(0)]]) {
S const x = *(tint_symbol_1);
return;
}