Make naming more consistent for some ImGui DrawLayer Functions

This commit is contained in:
AdenKoperczak 2025-01-24 12:37:44 -05:00
parent a9daf47741
commit c139b156ee
4 changed files with 10 additions and 10 deletions

View file

@ -32,8 +32,8 @@ public:
protected:
void AddDrawItem(const std::shared_ptr<gl::draw::DrawItem>& drawItem);
void StartImGuiFrame();
void EndImGuiFrame();
void ImGuiFrameStart();
void ImGuiFrameEnd();
void ImGuiInitialize();
void
RenderWithoutImGui(const QMapLibre::CustomLayerRenderParameters& params);