SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
Wrapper Class around the external ImGui GUI-framework See also: https://github.com/ocornut/imgui. More...
#include <ImGuiWrapper.h>
#include <SLSceneView.h>
#include <SLScene.h>
#include <GlobalTimer.h>
#include <imgui_internal.h>
Go to the source code of this file.
Macros | |
#define | OFFSETOF(TYPE, ELEMENT) ((size_t) & (((TYPE*)nullptr)->ELEMENT)) |
Wrapper Class around the external ImGui GUI-framework See also: https://github.com/ocornut/imgui.
Definition in file ImGuiWrapper.cpp.
#define OFFSETOF | ( | TYPE, | |
ELEMENT | |||
) | ((size_t) & (((TYPE*)nullptr)->ELEMENT)) |