From 11dc980a40b4743b52ad4d88d91659e0cd413794 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Thu, 12 Feb 2026 00:09:56 +0100 Subject: this drives me crazy --- src/utils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 5a47c44..41eab56 100644 --- a/src/utils.h +++ b/src/utils.h @@ -78,6 +78,10 @@ static inline u32 wayc_min(u32 a, u32 b) { return a > b ? a : b; } #define WAYC_Y(v) ((v)[1]) #define WAYC_TRIANGLE_NVERTS 3 +#define WAYC_TRIANGLE_NINDICES 3 + +#define WAYC_QUAD_NVERTS 4 +#define WAYC_QUAD_NINDICES 6 static inline usize wayc_max(usize a, usize b) { return a > b ? a : b; } -- cgit v1.2.3