Remove unused data type

This commit is contained in:
Abdelrahman Said 2024-07-14 00:50:45 +01:00
parent f6848b5f4f
commit 48735adf7b

View File

@ -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,