blob: 62f1f60ef1453710252cb33db80b4d9afff5b956 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread float4x4* u;
};
void f(tint_module_vars_struct tint_module_vars) {
half4x4 v = half4x4((*tint_module_vars.u));
}