logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

destroy_zbuffer - Destroys a Z-buffer. Allegro game programming library.

Description

       Destroys the Z-buffer when you are finished with it. Use this to avoid memory leaks in your program.

Name

       destroy_zbuffer - Destroys a Z-buffer. Allegro game programming library.

See Also

create_zbuffer(3alleg4), set_zbuffer(3alleg4), clear_zbuffer(3alleg4), exzbuf(3alleg4)

Allegro                                           version 4.4.3                         destroy_zbuffer(3alleg4)

Synopsis

#include<allegro.h>voiddestroy_zbuffer(ZBUFFER*zbuf);

See Also