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