From 61040e044aca90960810783535d6e06056e69f60 Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 16 Jun 2023 20:50:25 -0400 Subject: implement scissor. begin implementing vertex adding function --- include/rodeo/gfx_t.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/rodeo/gfx_t.h') diff --git a/include/rodeo/gfx_t.h b/include/rodeo/gfx_t.h index 40ea58c..63811c5 100644 --- a/include/rodeo/gfx_t.h +++ b/include/rodeo/gfx_t.h @@ -64,3 +64,6 @@ struct float texture_id; } rodeo_gfx_vertex_t; + +typedef uint16_t rodeo_gfx_index_t; + -- cgit v1.2.3