Query: create_zbuffer
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
create_zbuffer(3alleg4) Allegro manual create_zbuffer(3alleg4)NAMEcreate_zbuffer - Creates a Z-buffer for a bitmap. Allegro game programming library.SYNOPSIS#include <allegro.h> ZBUFFER *create_zbuffer(BITMAP *bmp);DESCRIPTIONCreates 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 VALUEReturns 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 ALSOcreate_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 |
---|
exrotscl(3alleg4) - debian |
exrotscl(3alleg4) - suse |
exzbuf(3alleg4) - mojave |
exzbuf(3alleg4) - v7 |
exzbuf(3alleg4) - plan9 |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Introduction |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |
My first PERL incarnation... Audio Oscillograph |