Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
destroy_zbuffer(3)		 Allegro manual 	      destroy_zbuffer(3)

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 mem-
     ory leaks in your program.

SEE ALSO
     create_zbuffer(3), set_zbuffer(3), clear_zbuffer(3), exzbuf(3)

Allegro 			  version 4.4.3 	      destroy_zbuffer(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=destroy_zbuffer&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help