nw::demo::DebugUtility::DrawLoadMeter Member Function
static void DrawLoadMeter(
nw::demo::RenderSystem * renderSystem,
nw::demo::GraphicsDrawing * graphicsDrawing,
bool refreshMeter
);
| Name | Description | |
|---|---|---|
| in | renderSystem | RenderSystem calculating the load. |
| in | graphicsDrawing | GraphicsDrawing used for text string display. |
| in | refreshMeter | Updates the load meter if true. |
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