diff options
Diffstat (limited to 'src/ral/backends/opengl/backend_opengl.h')
-rw-r--r-- | src/ral/backends/opengl/backend_opengl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |