summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/gfx.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-07-04 21:16:41 -0400
committerrealtradam <[email protected]>2023-07-04 21:16:41 -0400
commit8c2ef4e65b80aa6da080e68b64776d7c1a088d2d (patch)
tree0648d580050f0d916f30388f24933ef5d1d7762e /include/rodeo/gfx.h
parentf26149d554a6c473ec51b8c8f59af12f1bedea84 (diff)
downloadRodeoKit-rmlui.tar.gz
RodeoKit-rmlui.zip
initial non-working rmlui attemptrmlui
Diffstat (limited to 'include/rodeo/gfx.h')
-rw-r--r--include/rodeo/gfx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rodeo/gfx.h b/include/rodeo/gfx.h
index 07d8430..34f8d94 100644
--- a/include/rodeo/gfx.h
+++ b/include/rodeo/gfx.h
@@ -74,6 +74,9 @@ rodeo_gfx_vertex_maxSize(void);
void
rodeo_gfx_index_add(rodeo_gfx_index_t index);
+uint16_t
+rodeo_gfx_index_size(void);
+
rodeo_gfx_index_t
rodeo_gfx_index_count_get(void);
@@ -84,6 +87,9 @@ uint16_t
rodeo_gfx_index_maxSize(void);
void
+rodeo_gfx_texture_set(rodeo_gfx_texture_2d_t texture);
+
+void
rodeo_gfx_texture_2d_draw(
const rodeo_rectangle_t destination,
const rodeo_rectangle_t source,