blob: 39249ba159a6d12e792afe656e873bb497acc4c6 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void textureSampleBias_1c707e(texture2d_array<float, access::sample> tint_symbol, sampler tint_symbol_1) {
float4 res = tint_symbol.sample(tint_symbol_1, float2(1.0f), 1u, bias(1.0f));
}
fragment void fragment_main(texture2d_array<float, access::sample> tint_symbol_2 [[texture(0)]], sampler tint_symbol_3 [[sampler(0)]]) {
textureSampleBias_1c707e(tint_symbol_2, tint_symbol_3);
return;
}