nw::demo::DebugUtility::DrawLoadMeterText Member Function
static void DrawLoadMeterText(
nw::demo::RenderSystem * renderSystem,
nw::demo::GraphicsDrawing * graphicsDrawing
);
| Name | Description | |
|---|---|---|
| in | renderSystem | RenderSystem for which to calculate the load. |
| in | graphicsDrawing | GraphicsDrawing used for text string display. |
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