Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
imgui.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
components/diagnostics/errors/errors.h
"
4
5
#ifndef BLAM
6
#define BLAM
7
#endif
8
12
namespace
Blam::UI::ImGUI
13
{
20
BLAM
BlamResult
Initialize
();
21
25
BLAM
void
RenderFrame
();
26
30
BLAM
void
Shutdown
();
31
}
Blam::UI::ImGUI::RenderFrame
BLAM void RenderFrame()
Renders ImGUI to the application window.
Definition:
imgui.cpp:243
Blam::UI::ImGUI::Initialize
BLAM BlamResult Initialize()
Initialize ImGUI.
Definition:
imgui.cpp:24
errors.h
BLAM
#define BLAM
Definition:
imgui.h:6
Blam::UI::ImGUI::Shutdown
BLAM void Shutdown()
Shuts down ImGUI and cleans up any data related to it.
Definition:
imgui.cpp:288
Blam::UI::ImGUI
Namespace for anything related to ImGUI.
Definition:
imgui.h:12
blam
components
ui
imgui
imgui.h
Generated on Tue Jan 12 2021 01:11:27 for Blamite Game Engine - blam! by
1.8.17