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