|
NAMEdestroy_zbuffer - Destroys a Z-buffer. Allegro game programming library.SYNOPSIS#include <allegro.h>void destroy_zbuffer(ZBUFFER *zbuf); DESCRIPTIONDestroys the Z-buffer when you are finished with it. Use this to avoid memory leaks in your program.SEE ALSOcreate_zbuffer(3), set_zbuffer(3), clear_zbuffer(3), exzbuf(3)
Visit the GSP FreeBSD Man Page Interface. |