GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
vpCreateContext(3) FreeBSD Library Functions Manual vpCreateContext(3)

vpCreateContext, vpDestroyContext - create/destroy a rendering context

#include <volpack.h>

vpContext *

vpCreateContext()

void

vpDestroyContext(vpc)

vpContext *vpc;

vpc
VolPack context from vpCreateContext.

vpCreateContext returns a handle for a new rendering context. It contains default values for most of the rendering parameters.

vpDestroyContext destroys a rendering context and frees the associated memory. Only data structures allocated by the library are freed; application-defined data structures that are referenced in the rendering context through a pointer are not freed (e.g. arrays of volume data and shading lookup tables). The application is responsible for keeping track of such data structures and freeing them when appropriate.

VolPack(3)
VolPack

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.