|
| | __ImplementClass (Dynui::ImguiConsole, 'IMCO', Core::RefCounted) |
| |
| | __ImplementInterfaceSingleton (Dynui::ImguiConsole) |
| |
| | __ImplementClass (Dynui::ImguiConsoleHandler, 'IMCH', IO::ConsoleHandler) |
| |
| | __ImplementClass (Dynui::ImguiAddon, 'IMFU', Core::RefCounted) |
| |
| void | ImguiDrawFunction (const CoreGraphics::CmdBufferId cmdBuf, const Math::rectangle< int > &viewport) |
| | Imgui rendering function.
|
| |
| | __ImplementPluginContext (ImguiContext) |
| |
| | __ImplementClass (Dynui::ImguiInputHandler, 'IMIH', Input::InputHandler) |
| |
| | __ImplementClass (Dynui::ImguiRTPlugin, 'IMRT', RenderModules::RTPlugin) |
| |
| | __ImplementClass (Dynui::ImguiProfiler, 'IMPR', Core::RefCounted) |
| |
| int | RecursiveDrawScope (const Profiling::ProfilingScope &scope, ImDrawList *drawList, const ImVec2 start, const ImVec2 fullSize, ImVec2 pos, const ImVec2 canvas, const float frameTime, const int level) |
| |
| int | RecursiveDrawGpuMarker (const CoreGraphics::FrameProfilingMarker &marker, ImDrawList *drawList, const ImVec2 start, const ImVec2 fullSize, ImVec2 pos, const ImVec2 canvas, const float frameTime, const int level) |
| |