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