Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/buffers/zbuffer.c
7858 views
1
#include <ultra64.h>
2
3
#include "config.h"
4
#include "zbuffer.h"
5
6
ALIGNED8 u16 gZBuffer[SCREEN_WIDTH * SCREEN_HEIGHT];
7
8