blob: 6f36a2d95d3965643fd4089a1cde4dfb1269aba0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol(depth2d_array<float, access::sample> tint_symbol_1 [[texture(0)]]) {
uint2 dims = uint2(tint_symbol_1.get_width(0), tint_symbol_1.get_height(0));
return;
}