Query: destroy_zbuffer
OS: opendarwin
Section: 3alleg4
Links: opendarwin man pages all man pages forum categories
Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
destroy_zbuffer(3alleg4) Allegro manual destroy_zbuffer(3alleg4) NAME
destroy_zbuffer - Destroys a Z-buffer. Allegro game programming library. SYNOPSIS
#include <allegro.h> void destroy_zbuffer(ZBUFFER *zbuf); DESCRIPTION
Destroys the Z-buffer when you are finished with it. Use this to avoid memory leaks in your program. SEE ALSO
create_zbuffer(3alleg4), set_zbuffer(3alleg4), clear_zbuffer(3alleg4), exzbuf(3alleg4) Allegro version 4.4.2 destroy_zbuffer(3alleg4)