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