blob: 5dabf99bc6b6f4f0eb79c880d47ab045feb9ce15 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half3 m() {
thread half tint_symbol_1 = 0.0h;
tint_symbol_1 = 1.0h;
return half3(tint_symbol_1);
}
void f() {
half3 const tint_symbol = m();
float3 v = float3(tint_symbol);
}