ImGui renderer for Diligent Engine. More...
#include <ImGuiImplDiligent.hpp>
Public Member Functions | |
virtual void | NewFrame (Uint32 RenderSurfaceWidth, Uint32 RenderSurfaceHeight, SURFACE_TRANSFORM SurfacePreTransform) |
Begins new frame. | |
ImGui renderer for Diligent Engine.
|
virtual |
Begins new frame.
[in] | RenderSurfaceWidth | - Render surface width not accounting for pre-transform. Most of the time this is the actual swap chain width. |
[in] | RenderSurfaceHeight | - Render surface height not accounting for pre-transform. Most of the time this is the actual swap chain height. |
[in] | SurfacePreTransform | - Render surface pre-transform. Most of the time this is the swap chain pre-transform. |