Functions

VisualDispatch.h File Reference

#include "VisualTypes.h"
Include dependency graph for VisualDispatch.h:
This graph shows which files directly or indirectly include this file:

Functions

void setProcessInfo (const char *const labelStr, const char *const valueStr)
void monitorRenderMessageProcess (void)
uint8 graphicsDoSupportTextureRectExtension (void)

Function Documentation

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.

Returns:
1 if graphics system does support rectangular texture extension. 0 otherwise.
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.

Parameters:
labelStr The label of the process monitor info text.
valueStr The value of the process monitor info text.

Generated on Sun Sep 26 2010 13:29:34 for VizKit by doxygen 1.7.1