|
NAMEset_zbuffer - Makes the given Z-buffer the active one. Allegro game programming library.SYNOPSIS#include <allegro.h>void set_zbuffer(ZBUFFER *zbuf); DESCRIPTIONMakes the given Z-buffer be the active one. This should have been previously created with create_zbuffer().SEE ALSOcreate_zbuffer(3), clear_zbuffer(3), destroy_zbuffer(3), exzbuf(3)
Visit the GSP FreeBSD Man Page Interface. |