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