blob: 28109d31567b89c1c1e167af576ed449272d6455 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half3x4 f() {
thread half3x4 tint_symbol = half3x4(half4(0.0h, 1.0h, 2.0h, 3.0h), half4(4.0h, 5.0h, 6.0h, 7.0h), half4(8.0h, 9.0h, 10.0h, 11.0h));
half3x4 const m_1 = half3x4(tint_symbol);
return m_1;
}