From bf1c59565096ac9774493846cfb15e259d3b0e66 Mon Sep 17 00:00:00 2001 From: pryazha Date: Thu, 23 Jan 2025 19:39:54 +0500 Subject: restructure --- libs/pwyazh/types.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'libs/pwyazh/types.h') diff --git a/libs/pwyazh/types.h b/libs/pwyazh/types.h index 1e16449..0704299 100644 --- a/libs/pwyazh/types.h +++ b/libs/pwyazh/types.h @@ -55,20 +55,6 @@ typedef struct { String8Node *last; } String8List; -typedef struct { - V3F pos; - V3F normal; - V2F tex_coords; -} Vertex; - -typedef struct { - U32 vao; - Vertex *vertices; - U32 vertex_count; - U32 *indices; - U32 index_count; -} Mesh; - static F32 pi_F32 = 3.14159265359f; #endif /* TYPES_H */ -- cgit v1.2.3