fg_vbfin()Win32 DirectX Fastgraph/Light Prototype void fg_vbfin (void); Sub fg_vbfin () procedure fg_vbfin; Description The fg_vbfin() function terminates virtual buffer processing. It is usually the last Fastgraph function called in the WM_DESTROY message handler. Parameters none Return value none Restrictions Before calling this function, all virtual buffers created with fg_vballoc() must be released with fg_vbfree(). In addition, any virtual buffer handles set up through fg_vbdefine() must be released with fg_vbundef(). See also fg_vbfree(), fg_vbinit(), fg_vbundef() Examples First and all the other example programs use this function.
|
 
copyright 2001 Ted Gruber Software, Inc.