Remove unused data type
This commit is contained in:
parent
f6848b5f4f
commit
48735adf7b
@ -11,11 +11,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
vec3f_t point;
|
|
||||||
f32 h;
|
|
||||||
} segment_intersection_result_t;
|
|
||||||
|
|
||||||
internal void render_instance(window_t *wnd, const rasteriser_scene_t *scene,
|
internal void render_instance(window_t *wnd, const rasteriser_scene_t *scene,
|
||||||
Arena *arena, mat4x4f_t camera_matrix,
|
Arena *arena, mat4x4f_t camera_matrix,
|
||||||
mat3x4f_t projection_matrix,
|
mat3x4f_t projection_matrix,
|
||||||
|
Loading…
Reference in New Issue
Block a user