blob: 848b6355cefb0738afcbb4abf2dd094f922eb25f [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
half3x3 u;
};
void f(thread tint_private_vars_struct* const tint_private_vars) {
float3x3 v = float3x3((*(tint_private_vars)).u);
}