igPushClipRect function

void igPushClipRect(
  1. ImVec2 clip_rect_min,
  2. ImVec2 clip_rect_max,
  3. int intersect_with_current_clip_rect
)
void igPushClipRect(
 ImVec2 clip_rect_min ,
 ImVec2 clip_rect_max ,
 byte intersect_with_current_clip_rect
);

Implementation

void igPushClipRect(ImVec2 clip_rect_min, ImVec2 clip_rect_max,
        int intersect_with_current_clip_rect) =>
    _igPushClipRect(
        clip_rect_min, clip_rect_max, intersect_with_current_clip_rect);