logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ZBUFFER - Stores 3d zbuffer information. Allegro game programming library.

Description

       Structure  used  by  Allegro's 3d zbuffered rendering functions. You are not supposed to mix ZBUFFER with
       BITMAP even though it is currently possible to do so. This is just an internal representation, and it may
       change in the future.

Name

       ZBUFFER - Stores 3d zbuffer information. Allegro game programming library.

See Also

BITMAP(3alleg4), exzbuf(3alleg4)

Allegro                                           version 4.4.3                                 ZBUFFER(3alleg4)

Synopsis

#include<allegro.h>typedefstructBITMAPZBUFFER

See Also