PeriDyno 1.0.0
Loading...
Searching...
No Matches
imgui_extend.cpp File Reference
#include <imgui_internal.h>
#include "imgui_extend.h"
#include "Platform.h"
#include "Math/SimpleMath.h"
Include dependency graph for imgui_extend.cpp:

Go to the source code of this file.

Namespaces

namespace  ImGui
 

Macros

#define IMGUI_DEFINE_MATH_OPERATORS
 

Functions

template<typename T, typename... Args>
std::unique_ptr< Tmake_unique (Args &&... args)
 

Variables

thread_local ImGuiContext * MyImGuiTLS
 
ImVec4 ImGui::ExColorsVal [ImGuiExColVal_COUNT]
 

Macro Definition Documentation

◆ IMGUI_DEFINE_MATH_OPERATORS

#define IMGUI_DEFINE_MATH_OPERATORS

Definition at line 1 of file imgui_extend.cpp.

Function Documentation

◆ make_unique()

template<typename T, typename... Args>
std::unique_ptr< T > make_unique ( Args &&... args)

Definition at line 225 of file imgui_extend.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ MyImGuiTLS

thread_local ImGuiContext* MyImGuiTLS

Definition at line 8 of file imgui_extend.cpp.