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