summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/gfx_t.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-06-16 20:50:25 -0400
committerrealtradam <[email protected]>2023-06-16 20:50:25 -0400
commit61040e044aca90960810783535d6e06056e69f60 (patch)
tree305df6e7afddbf721edad2a1aebcaf171514153d /include/rodeo/gfx_t.h
parent7b5c8b6160cc5ea094becfc124ecfbc3cd0b1d5d (diff)
downloadRodeoKit-61040e044aca90960810783535d6e06056e69f60.tar.gz
RodeoKit-61040e044aca90960810783535d6e06056e69f60.zip
implement scissor. begin implementing vertex adding function
Diffstat (limited to 'include/rodeo/gfx_t.h')
-rw-r--r--include/rodeo/gfx_t.h3
1 files changed, 3 insertions, 0 deletions
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;
+