FxEngine  0.0.1
3d engine for fx9860G calculators
zbuffer.h
Go to the documentation of this file.
1 #ifndef RENDER_ZBUFFER
2 #define RENDER_ZBUFFER
3 
4 #include <render/parameters.h>
5 #include <stdint.h>
6 
12 
13 #include <stdbool.h>
19 bool render_zbuffer_set_px(uint32_t x, uint32_t y, uint32_t dist); // if you are allowed to draw the pixel on vram
20 
21 #endif
void render_zbuffer_clear()
bool render_zbuffer_set_px(uint32_t x, uint32_t y, uint32_t dist)