blob: f7691dfa8c8590bc7d5e2bcf9b0ef12142e2b97e [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) {
uint3 const v = uint3((*(tint_private_vars)).u);
}