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