create_zbuffer(3alleg4) centos man page | unix.com

Man Page: create_zbuffer

Operating Environment: centos

Section: 3alleg4

create_zbuffer(3alleg4) 					  Allegro manual					   create_zbuffer(3alleg4)

NAME
create_zbuffer - Creates a Z-buffer for a bitmap. Allegro game programming library.
SYNOPSIS
#include <allegro.h> ZBUFFER *create_zbuffer(BITMAP *bmp);
DESCRIPTION
Creates a Z-buffer using the size of the BITMAP you are planning to draw on. Several Z-buffers can be defined but only one can be used at the same time, so you must call set_zbuffer() to make this Z-buffer active.
RETURN VALUE
Returns the pointer to the ZBUFFER or NULL if there was an error. Remember to destroy the ZBUFFER once you are done with it, to avoid hav- ing memory leaks.
SEE ALSO
create_sub_zbuffer(3alleg4), set_zbuffer(3alleg4), clear_zbuffer(3alleg4), destroy_zbuffer(3alleg4), exzbuf(3alleg4) Allegro version 4.4.2 create_zbuffer(3alleg4)
Related Man Pages
create_sub_zbuffer(3alleg4) - debian
exrotscl(3alleg4) - debian
exzbuf(3alleg4) - debian
exzbuf(3alleg4) - centos
create_sub_zbuffer(3alleg4) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Shopt -s histappend
Controlling user input