![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
Classes | |
struct | ImGuiAllocatorUserData |
Functions | |
FORCE_INLINE void * | MallocWrapper (const size_t size, void *user_data) noexcept |
FORCE_INLINE void | FreeWrapper (void *ptr, void *user_data) noexcept |
Variables | |
static ImGuiMemAllocFunc | g_ImAllocatorAllocFunc = MallocWrapper |
static ImGuiMemFreeFunc | g_ImAllocatorFreeFunc = FreeWrapper |
static ImGuiAllocatorUserData | g_ImAllocatorUserData {} |
|
noexcept |
Definition at line 105 of file Editor.cpp.
|
noexcept |
Definition at line 99 of file Editor.cpp.
|
static |
Definition at line 111 of file Editor.cpp.
|
static |
Definition at line 112 of file Editor.cpp.
|
static |
Definition at line 113 of file Editor.cpp.