nw::demo::DebugUtility::DrawLoadMeterText Member Function

Syntax

static void DrawLoadMeterText(
     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 string.

You must first call the BeginDrawingString function of the graphicsDrawing class, then call DrawLoadMeterText, and finally call the EndDrawingString function.


CONFIDENTIAL