|
NAMEvpSetDebug - enable/disable debugging optionsSYNOPSIS#include <volpack.h>vpResult vpSetDebug(vpc, flag, value)
ARGUMENTS
DESCRIPTIONvpSetDebug is used to enable or disable a debugging option in a rendering context. The debugging options cause messages to be printed during execution. These messages are probably useless without a good understanding of the source code. If the value option is 0 then the option is disabled; otherwise it is enabled. The following list summarizes all available options:
The VolPack library must be compiled with the -DDEBUG compiler option for this function to have any effect. ERRORSThe normal return value is VP_OK. The following error return value is possible:
SEE ALSOVolPack(3), vpCreateContext(3)
Visit the GSP FreeBSD Man Page Interface. |