v7 man page for clear_zbuffer

Query: clear_zbuffer

OS: v7

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

clear_zbuffer(3alleg4)						  Allegro manual					    clear_zbuffer(3alleg4)

NAME
clear_zbuffer - Writes a depth value into the given Z-buffer. Allegro game programming library. SYNOPSIS
#include <allegro.h> void clear_zbuffer(ZBUFFER *zbuf, float z); DESCRIPTION
Writes z into the given Z-buffer (0 means far away). This function should be used to initialize the Z-buffer before each frame. Actually, low-level routines compare depth of the current pixel with 1/z: for example, if you want to clip polygons farther than 10, you must call clear_zbuffer(zbuf, 0.1). SEE ALSO
create_zbuffer(3alleg4), set_zbuffer(3alleg4), destroy_zbuffer(3alleg4), exzbuf(3alleg4) Allegro version 4.4.2 clear_zbuffer(3alleg4)
Related Man Pages
exstars(3alleg4) - centos
exstars(3alleg4) - suse
exzbuf(3alleg4) - osx
exzbuf(3alleg4) - php
exzbuf(3alleg4) - plan9
Similar Topics in the Unix Linux Community
The efficiency between GREP and SED???
[Tip] HACMP 7.1.3 and DB/2-Installation
Need to add prefix using sed or awk from cat the file
Need help to compile and create python64 bit (2.7.9) on Solaris10
Bash - here document on RHEL 6.8 and 6.9 servers aren't working