.\" Generated by the Allegro makedoc utility .TH destroy_zbuffer 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME destroy_zbuffer \- Destroys a Z-buffer. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void destroy_zbuffer(ZBUFFER *zbuf); .SH DESCRIPTION Destroys the Z-buffer when you are finished with it. Use this to avoid memory leaks in your program. .SH SEE ALSO .BR create_zbuffer (3alleg4), .BR set_zbuffer (3alleg4), .BR clear_zbuffer (3alleg4), .BR exzbuf (3alleg4)