nw::demo::RenderSystem::DrawLoadMeter Member Function
void DrawLoadMeter(
GraphicsDrawing & graphicsDrawing,
s32 positionX = 90,
s32 positionY = 200
);
| 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. |
Displays the load meter results. Must be called between BeginDrawingString and FlushDrawing.
CONFIDENTIAL