destroy_zbuffer
Section: Allegro manual (3)
Updated: version 4.2.2
Index
Return to Main Contents
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(3),
set_zbuffer(3),
clear_zbuffer(3),
exzbuf(3)