zbuf.c 249 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /* * Z-buffer for 'trivial' * * The declaration for the Z-buffer is in a separate file so that its * location in memory can be precisely controlled using the spec file. * */ #include "trivial.h" unsigned short zbuffer[SCREEN_WD*SCREEN_HT];