#include "VisualTypes.h"

Functions | |
| void | setProcessInfo (const char *const labelStr, const char *const valueStr) |
| void | monitorRenderMessageProcess (void) |
| uint8 | graphicsDoSupportTextureRectExtension (void) |
| uint8 graphicsDoSupportTextureRectExtension | ( | void | ) |
The function queries the system and answers whether textures can have non power of 2 dimensions. Textures with exact dimensions need less space. To stay compatible any callee has to cope with a negative answer.
| void monitorRenderMessageProcess | ( | void | ) |
The setProcessInfo calls of VisualMain's HandleRenderMessage.
| void setProcessInfo | ( | const char *const | labelStr, | |
| const char *const | valueStr | |||
| ) |
Adds a pair of label and value to process monitor info array. The label-value-pairs of the process monitor info array are printed on canvas.
| labelStr | The label of the process monitor info text. | |
| valueStr | The value of the process monitor info text. |