nw::demo::DebugUtility::DrawLoadMeter Member Function
static void DrawLoadMeter(
nw::demo::RenderSystem * renderSystem,
nw::demo::GraphicsDrawing * graphicsDrawing
);
| Name | Description | |
|---|---|---|
| in | renderSystem | RenderSystem for which to calculate the load. |
| in | graphicsDrawing | GraphicsDrawing used for text string display. |
Renders the load calculation results image.
You must first call the BeginDrawingShape function of the graphicsDrawing class, then call DrawLoadMeter, and finally call the EndDrawingShape function.
CONFIDENTIAL