Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::ImGuiImplDiligent Class Reference

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.
 

Detailed Description

ImGui renderer for Diligent Engine.

Member Function Documentation

◆ NewFrame()

void Diligent::ImGuiImplDiligent::NewFrame ( Uint32 RenderSurfaceWidth,
Uint32 RenderSurfaceHeight,
SURFACE_TRANSFORM SurfacePreTransform )
virtual

Begins new frame.

Parameters
[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.