Incomplete implementation of back face culling
This commit is contained in:
@@ -22,6 +22,7 @@ typedef struct {
|
||||
colour_t colour;
|
||||
} scene_triangle_t;
|
||||
|
||||
MAKE_LIST_TYPE(u64);
|
||||
MAKE_LIST_TYPE(f32);
|
||||
MAKE_LIST_TYPE(vec2i_t);
|
||||
MAKE_LIST_TYPE(vec3f_t);
|
||||
@@ -33,6 +34,8 @@ typedef enum {
|
||||
RASTERISER_RENDER_WIREFRAME,
|
||||
RASTERISER_RENDER_FILLED,
|
||||
RASTERISER_RENDER_SHADED,
|
||||
|
||||
COUNT_RASTERISER_RENDER,
|
||||
} render_type_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user