![]() |
TinyGL 0.4.1 for MinGW
|
Go to the source code of this file.
Macros | |
#define | ZCMP(z, zpix) ((z) >= (zpix)) |
#define | INTERP_Z |
#define | INTERP_Z |
#define | INTERP_RGB |
#define | INTERP_RGB |
Functions | |
void | ZB_plot (ZBuffer *zb, ZBufferPoint *p) |
void | ZB_line_z (ZBuffer *zb, ZBufferPoint *p1, ZBufferPoint *p2) |
void | ZB_line (ZBuffer *zb, ZBufferPoint *p1, ZBufferPoint *p2) |
void ZB_line | ( | ZBuffer * | zb, |
ZBufferPoint * | p1, | ||
ZBufferPoint * | p2 | ||
) |
void ZB_line_z | ( | ZBuffer * | zb, |
ZBufferPoint * | p1, | ||
ZBufferPoint * | p2 | ||
) |
void ZB_plot | ( | ZBuffer * | zb, |
ZBufferPoint * | p | ||
) |