Adding objects GUI initial. Changing TODO. Some fixes along side
This commit is contained in:
parent
f579a969ce
commit
17ad239692
18 changed files with 1345 additions and 56 deletions
|
|
@ -42,10 +42,14 @@ void Graphics::GUI::deinit() {
|
|||
}
|
||||
|
||||
void Graphics::GUI::proc() {
|
||||
tp::HeapAllocGlobal::startIgnore();
|
||||
|
||||
ImGui_ImplOpenGL3_NewFrame();
|
||||
ImGui_ImplGlfw_NewFrame();
|
||||
ImGui::NewFrame();
|
||||
|
||||
tp::HeapAllocGlobal::stopIgnore();
|
||||
|
||||
// ImGui code goes here
|
||||
ImGui::Begin("Window");
|
||||
ImGui::End();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue