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