From efb2d293d5e849fc96e4e386d55a7611795561aa Mon Sep 17 00:00:00 2001 From: omnisci3nce Date: Fri, 19 Jul 2024 15:52:14 +1000 Subject: clean up texture type handling a little bit --- src/ral/backends/opengl/backend_opengl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ral/backends/opengl/backend_opengl.h') diff --git a/src/ral/backends/opengl/backend_opengl.h b/src/ral/backends/opengl/backend_opengl.h index fd50830..98ffe95 100644 --- a/src/ral/backends/opengl/backend_opengl.h +++ b/src/ral/backends/opengl/backend_opengl.h @@ -60,7 +60,7 @@ typedef struct GPU_Buffer { typedef struct GPU_Texture { u32 id; - void *pad; + GPU_TextureType type; } GPU_Texture; typedef struct opengl_support { -- cgit v1.2.3-70-g09d2