From aa0fe8457cfff9c47c0c9fa4a1c86a79c7cbf9c5 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 27 Jul 2024 14:01:16 +1000 Subject: add a pool insert function. move RenderEnt to use handles --- 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 b27d782..3e40945 100644 --- a/src/ral/backends/opengl/backend_opengl.h +++ b/src/ral/backends/opengl/backend_opengl.h @@ -53,7 +53,7 @@ typedef struct GPU_Buffer { } id; union { u32 vao; - u32 ubo_binding_point + u32 ubo_binding_point; }; // Optional char *name; u64 size; -- cgit v1.2.3-70-g09d2