blob: 9ced453a46d66516d51905c60e00d2a621db24e0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread float4x3* u;
};
void f(tint_module_vars_struct tint_module_vars) {
half4x3 v = half4x3((*tint_module_vars.u));
}