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