blob: f79e5ace07c8a92ed08f99e9eea4539dad597682 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
thread float3 tint_symbol = float3(1.0f);
half3 const v = half3(tint_symbol);
}