blob: e138cac7c7dcb8e0205ca167faf774e6acb4109c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void bar() {
}
fragment float4 tint_symbol() {
float2 a = float2(0.0f);
bar();
return float4(0.40000000596046447754f, 0.40000000596046447754f, 0.80000001192092895508f, 1.0f);
}