.\" Generated by the Allegro makedoc utility .TH set_zbuffer 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME set_zbuffer \- Makes the given Z-buffer the active one. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void set_zbuffer(ZBUFFER *zbuf); .SH DESCRIPTION Makes the given Z-buffer be the active one. This should have been previously created with create_zbuffer(). .SH SEE ALSO .BR create_zbuffer (3alleg4), .BR clear_zbuffer (3alleg4), .BR destroy_zbuffer (3alleg4), .BR exzbuf (3alleg4)