UnrealImGui/Source/ImGui/Private
Sebastian 35f2d342a0 Added support for ImGui context update and rendering:
- Added ImGui Module Manager that that implements module logic and manages other module resources.
- Added Texture Manager to manage texture resources and maps them to index that can be passed to ImGui context.
- Added Context Proxy that represents and manages a single ImGui context.
- Added Slate ImGui Widget to render ImGui output.
2017-03-26 21:32:57 +01:00
..
Utilities Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiContextProxy.cpp Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiContextProxy.h Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiDemo.cpp Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiDemo.h Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiDrawData.cpp Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiDrawData.h Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiImplementation.cpp Integrated ImGui framework: 2017-03-18 11:33:14 +00:00
ImGuiInteroperability.h Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiModule.cpp Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiModuleManager.cpp Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiModuleManager.h Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiPrivatePCH.h Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
SImGuiWidget.cpp Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
SImGuiWidget.h Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
TextureManager.cpp Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
TextureManager.h Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00