TinyGL 0.4.1 for MinGW
Data Fields
ZBuffer Struct Reference

#include <zbuffer.h>

Data Fields

int xsize
 
int ysize
 
int linesize
 
int mode
 
unsigned short * zbuf
 
PIXELpbuf
 
int frame_buffer_allocated
 
int nb_colors
 
unsigned char * dctable
 
int * ctable
 
PIXELcurrent_texture
 

Detailed Description

Definition at line 74 of file zbuffer.h.

Field Documentation

◆ ctable

int* ctable

Definition at line 85 of file zbuffer.h.

◆ current_texture

PIXEL* current_texture

Definition at line 86 of file zbuffer.h.

◆ dctable

unsigned char* dctable

Definition at line 84 of file zbuffer.h.

◆ frame_buffer_allocated

int frame_buffer_allocated

Definition at line 81 of file zbuffer.h.

◆ linesize

int linesize

Definition at line 76 of file zbuffer.h.

◆ mode

int mode

Definition at line 77 of file zbuffer.h.

◆ nb_colors

int nb_colors

Definition at line 83 of file zbuffer.h.

◆ pbuf

PIXEL* pbuf

Definition at line 80 of file zbuffer.h.

◆ xsize

int xsize

Definition at line 75 of file zbuffer.h.

◆ ysize

int ysize

Definition at line 75 of file zbuffer.h.

◆ zbuf

unsigned short* zbuf

Definition at line 79 of file zbuffer.h.


The documentation for this struct was generated from the following file: