Man Linux: Main Page and Category List

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(3alleg),   set_zbuffer(3alleg),   clear_zbuffer(3alleg),
       exzbuf(3alleg)