blob: 1deba75cafbaabb256ef4b6111da8e2504957811 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
depth2d_array<float, access::sample> t_f;
};
kernel void tint_symbol(depth2d_array<float, access::sample> t_f [[texture(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.t_f=t_f};
uint const v = uint(0);
uint const v_1 = tint_module_vars.t_f.get_width(v);
uint2 dims = uint2(v_1, tint_module_vars.t_f.get_height(v));
}