ImDrawList_PushClipRect
Definition
-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:2011
--===
--=== struct ImDrawList ===
function M.ImDrawList_PushClipRect(ImDrawList_ctx, ImVec2_clip_rect_min, ImVec2_clip_rect_max, bool_intersect_with_current_clip_rect)
if bool_intersect_with_current_clip_rect == nil then bool_intersect_with_current_clip_rect = false end
ImDrawList_ctx:PushClipRect(ImVec2_clip_rect_min, ImVec2_clip_rect_max, bool_intersect_with_current_clip_rect)
end
Callers
@/lua/ge/extensions/editor/api/gui.lua
end
imgui.ImDrawList_PushClipRect(mDrawList, clipRectMin, clipRectMax)