0.3.1
Work Area

Files

file  mic3d.h
 

Data Structures

struct  workarea_mic3d
 Work area defined, needed for library. More...
 
struct  workarea_mic3d_depth_values
 Not yet documented. More...
 
struct  workarea_mic3d_z_values
 Not yet documented. More...
 
struct  workarea_mic3d_screen_points
 Not yet documented. More...
 
struct  workarea_mic3d_sort_singles
 Not yet documented. More...
 
struct  workarea_mic3d_cmdts
 Not yet documented. More...
 
struct  workarea_mic3d_render_matrices
 Not yet documented. More...
 
struct  workarea_mic3d_light_matrices
 Not yet documented. More...
 
struct  workarea_mic3d_colors
 Not yet documented. More...
 
struct  workarea_mic3d_work
 Not yet documented. More...
 

Typedefs

typedef struct workarea_mic3d workarea_mic3d_t
 Work area defined, needed for library.
 
typedef struct workarea_mic3d_depth_values workarea_mic3d_depth_values_t
 
typedef struct workarea_mic3d_screen_points workarea_mic3d_screen_points_t
 
typedef struct workarea_mic3d_sort_singles workarea_mic3d_sort_singles_t
 
typedef struct workarea_mic3d_cmdts workarea_mic3d_cmdts_t
 
typedef struct workarea_mic3d_render_matrices workarea_mic3d_render_matrices_t
 
typedef struct workarea_mic3d_light_matrices workarea_mic3d_light_matrices_t
 
typedef struct workarea_mic3d_colors workarea_mic3d_colors_t
 
typedef struct workarea_mic3d_work workarea_mic3d_work_t
 

Detailed Description


Data Structure Documentation

◆ workarea_mic3d

struct workarea_mic3d

Work area defined, needed for library.

Data Fields
workarea_mic3d_depth_values_t * depth_values Depth values work area.
workarea_mic3d_z_values_t * z_values Z-values buffer work area.
workarea_mic3d_screen_points_t * screen_points Screen points buffer work area.
workarea_mic3d_sort_singles_t * sort_singles Sort singles buffer work area.
workarea_mic3d_cmdts_t * cmdts Command tables work area.
workarea_mic3d_render_matrices_t * render_matrices Render matrices work area.
workarea_mic3d_light_matrices_t * light_matrices Light Matrices work area.
workarea_mic3d_colors_t * colors Colors work area.
workarea_mic3d_work_t * work Work area.

◆ workarea_mic3d_depth_values

struct workarea_mic3d_depth_values

Not yet documented.

◆ workarea_mic3d_z_values

struct workarea_mic3d_z_values

Not yet documented.

◆ workarea_mic3d_screen_points

struct workarea_mic3d_screen_points

Not yet documented.

◆ workarea_mic3d_sort_singles

struct workarea_mic3d_sort_singles

Not yet documented.

◆ workarea_mic3d_cmdts

struct workarea_mic3d_cmdts

Not yet documented.

◆ workarea_mic3d_render_matrices

struct workarea_mic3d_render_matrices

Not yet documented.

◆ workarea_mic3d_light_matrices

struct workarea_mic3d_light_matrices

Not yet documented.

◆ workarea_mic3d_colors

struct workarea_mic3d_colors

Not yet documented.

◆ workarea_mic3d_work

struct workarea_mic3d_work

Not yet documented.

Typedef Documentation

◆ workarea_mic3d_depth_values_t

◆ workarea_mic3d_screen_points_t

◆ workarea_mic3d_sort_singles_t

◆ workarea_mic3d_cmdts_t

◆ workarea_mic3d_render_matrices_t

◆ workarea_mic3d_light_matrices_t

◆ workarea_mic3d_colors_t

◆ workarea_mic3d_work_t