Q3Bitmap_Empty
You can use theQ3Bitmap_Emptyfunction to release the memory occupied by a bitmap that was allocated by a previous call to some QuickDraw 3D routine.
TQ3Status Q3Bitmap_Empty (TQ3Bitmap *bitmap);
bitmap- A pointer to a bitmap obtained by a previous call to some QuickDraw 3D routine such as
Q3Marker_GetData,Q3Marker_GetBitmap,Q3DrawContext_GetMask, orQ3ViewHints_GetMask.DESCRIPTION
TheQ3Bitmap_Emptyfunction releases the memory occupied by the bitmap pointed to by thebitmapparameter; that memory must have been allocated by a previous call to some QuickDraw 3D routine (for example,Q3Marker_GetBitmap). You should not callQ3Bitmap_Emptyto deallocate bitmaps that you allocated yourself.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help