blob: f4b522fc0ada20e2f169ecd4bbb38a017f9cb784 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct str {
/* 0x0000 */ float4 i;
};
void func(device float4* const pointer) {
*(pointer) = float4(0.0f);
}
kernel void tint_symbol(device str* tint_symbol_1 [[buffer(0)]]) {
func(&((*(tint_symbol_1)).i));
return;
}