blob: 1f71e85b58450636f2b200cf2d7bc5d632afaa5b [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
fragment void tint_symbol(texture2d<float, access::sample> tint_symbol_1 [[texture(0)]], sampler tint_symbol_2 [[sampler(0)]]) {
float4 res = tint_symbol_1.gather(tint_symbol_2, float2(), int2(0), component::w);
return;
}