vpEnable(3) | Library Functions Manual | vpEnable(3) |
vpEnable - enable or disable options
#include <volpack.h>
vpResult
vpEnable(vpc, option, value)
vpEnable is used to enable or disable boolean options in a rendering context. If the value option is 0 then the option is disabled; otherwise it is enabled. The following list summarizes all available options:
The normal return value is VP_OK. The following error return value is possible:
VolPack |