blob: d27e57fbaf9bebeafaa7c7f0fa4986e7b5f73c66 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
thread half2x2 tint_symbol = half2x2(half2(1.0h, 2.0h), half2(3.0h, 4.0h));
float2x2 v = float2x2(tint_symbol);
}