blob: 6382fd5c1eeb3b7ac899421f1b910d4da5b2d4e6 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_symbol {
float4 value [[position]];
};
void textureSampleCompareLevel_1568e3(depthcube<float, access::sample> tint_symbol_2, sampler tint_symbol_3) {
float res = tint_symbol_2.sample_compare(tint_symbol_3, float3(), 1.0f, level(0));
}
vertex tint_symbol vertex_main(depthcube<float, access::sample> tint_symbol_4 [[texture(0)]], sampler tint_symbol_5 [[sampler(1)]]) {
textureSampleCompareLevel_1568e3(tint_symbol_4, tint_symbol_5);
tint_symbol const tint_symbol_1 = {.value=float4()};
return tint_symbol_1;
}
fragment void fragment_main(depthcube<float, access::sample> tint_symbol_6 [[texture(0)]], sampler tint_symbol_7 [[sampler(1)]]) {
textureSampleCompareLevel_1568e3(tint_symbol_6, tint_symbol_7);
return;
}
kernel void compute_main(depthcube<float, access::sample> tint_symbol_8 [[texture(0)]], sampler tint_symbol_9 [[sampler(1)]]) {
textureSampleCompareLevel_1568e3(tint_symbol_8, tint_symbol_9);
return;
}