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