blob: 8980403901ea1333cacd0b35911ccedc827750e0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
float t;
};
float2x3 m(thread tint_private_vars_struct* const tint_private_vars) {
(*(tint_private_vars)).t = ((*(tint_private_vars)).t + 1.0f);
return float2x3(float3(1.0f, 2.0f, 3.0f), float3(4.0f, 5.0f, 6.0f));
}
void f(thread tint_private_vars_struct* const tint_private_vars) {
float2x3 const tint_symbol = m(tint_private_vars);
half2x3 v = half2x3(tint_symbol);
}