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