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