Function veloren_voxygen::mesh::segment::should_draw_greedy
source ยท fn should_draw_greedy(
pos: Vec3<i32>,
delta: Vec3<i32>,
_uv: Vec2<Vec3<i32>>,
flat_get: impl Fn(Vec3<i32>) -> Cell,
) -> Option<(bool, ())>