blob: 9c1e1b30ecef5b0c607d63ddce9c68be7c3f6bec [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
float2x2 u;
};
void f(thread tint_private_vars_struct* const tint_private_vars) {
half2x2 v = half2x2((*(tint_private_vars)).u);
}