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