Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
ImGuiRenderer Class Reference

#include <ImGuiRenderer.hpp>

Public Member Functions

 ImGuiRenderer ()
 
 ~ImGuiRenderer ()
 
void Begin ()
 
void End ()
 

Detailed Description

ImGui Renderer

Note
: see examples/example_glfw_opengl3/main.cpp/

Definition at line 13 of file ImGuiRenderer.hpp.

Constructor & Destructor Documentation

◆ ImGuiRenderer()

ImGuiRenderer::ImGuiRenderer ( )

Constructor Initializes ImGui context

◆ ~ImGuiRenderer()

ImGuiRenderer::~ImGuiRenderer ( )

Destructor Shuts down ImGui context

Member Function Documentation

◆ Begin()

void ImGuiRenderer::Begin ( )

Begin imgui rendering

◆ End()

void ImGuiRenderer::End ( )

End imgui rendering


The documentation for this class was generated from the following file: