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