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

Syntax

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

Arguments

Name Description
in renderSystem RenderSystem calculating the load.
in graphicsDrawing GraphicsDrawing used for text string display.
in refreshMeter Updates the load meter if true.

Return Values

None.

Description

Displays the load meter.

You must first execute the BeginDrawingString function of the GraphicsDrawing class and then execute the FlushDrawing function after calling DrawLoadMeter.


CONFIDENTIAL