blob: 8a0bce7d851f3c49e27ce061a3e79ab4870a0217 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
float2x4 P;
};
void func(thread float4* const pointer) {
*(pointer) = float4(0.0f);
}
kernel void tint_symbol() {
thread tint_private_vars_struct tint_private_vars = {};
func(&(tint_private_vars.P[1]));
return;
}