From 8008ebf1b041e837eecf54c3904156309508a2a8 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 1 Jun 2023 20:35:06 +0300 Subject: New rlgl functions and texture can be given as table. --- include/state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/state.h') diff --git a/include/state.h b/include/state.h index e1cbaed..e4cb72f 100644 --- a/include/state.h +++ b/include/state.h @@ -9,6 +9,7 @@ typedef struct { typedef struct { int type; + int texRef; /* TextureReference. */ Texture texture; RenderTexture renderTexture; } ReiTexture; -- cgit v1.2.3