nw::demo::RenderSystem::DrawLoadMeter Member Function

Syntax

void DrawLoadMeter(
     GraphicsDrawing & graphicsDrawing,
     s32 positionX = 90,
     s32 positionY = 200
);

Arguments

Name Description
in graphicsDrawing GraphicsDrawing used to draw text strings.
in positionX X direction of coordinates for displaying the result.
in positionY Y direction of coordinates for displaying the result.

Return Values

None.

Description

Displays the load meter results. Must be called between BeginDrawingString and FlushDrawing.


CONFIDENTIAL