summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rodeo.h')
-rw-r--r--include/rodeo.h21
1 files changed, 20 insertions, 1 deletions
diff --git a/include/rodeo.h b/include/rodeo.h
index c261cc7..8b38826 100644
--- a/include/rodeo.h
+++ b/include/rodeo.h
@@ -1,5 +1,6 @@
-// public internal
+// -- internal --
+// public
#include "rodeo_types.h"
// system
@@ -102,6 +103,24 @@ rodeo_rectangle_draw(
rodeo_rgba_t color
);
+//rodeo_texture_2d_t*
+//rodeo_texture2D_create(
+// uint32_t width,
+// uint32_t height,
+// char *memory
+//);
+
+//rodeo_texture_2d_p
+//rodeo_texture_2d_create_default(void);
+
+void
+rodeo_texture2D_draw(
+ rodeo_rectangle_t source,
+ rodeo_rectangle_t destination,
+ rodeo_rgba_t color,
+ rodeo_texture_2d_p texture
+);
+
/// --- String ---
rodeo_string_t