From 94625b3133193acd22b68595fe922b7228528b11 Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 16 Jun 2023 01:15:57 -0400 Subject: fix matrix wrapper as well as a lot of refactoring cleanup --- include/rodeo/gfx_t.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/rodeo/gfx_t.h') diff --git a/include/rodeo/gfx_t.h b/include/rodeo/gfx_t.h index 9ed5f14..40ea58c 100644 --- a/include/rodeo/gfx_t.h +++ b/include/rodeo/gfx_t.h @@ -6,12 +6,12 @@ // -- system -- #include -typedef struct irodeo_gfx_texture_internal irodeo_gfx_texture_internal_t; +typedef struct irodeo_gfx_texture_2d irodeo_gfx_texture_2d_t; typedef struct { - irodeo_gfx_texture_internal_t *internal_texture; + irodeo_gfx_texture_2d_t *data; uint32_t width; uint32_t height; } -- cgit v1.2.3