nw::demo::DebugUtility::DrawLoadMeter Member Function

Syntax

static void DrawLoadMeter(
     nw::demo::RenderSystem * renderSystem,
     nw::demo::GraphicsDrawing * graphicsDrawing
);

Arguments

Name Description
in renderSystem RenderSystem for which to calculate the load.
in graphicsDrawing GraphicsDrawing used for text string display.

Return Values

None.

Description

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