From 3ff6008b9a36792a1ba79cf34fbfe4941b509677 Mon Sep 17 00:00:00 2001 From: Slyvtt Date: Sun, 29 Jan 2023 22:48:57 +0100 Subject: [PATCH] double command space --- azur/src/gint/render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azur/src/gint/render.c b/azur/src/gint/render.c index 4926f52..6a6c8f9 100644 --- a/azur/src/gint/render.c +++ b/azur/src/gint/render.c @@ -30,7 +30,7 @@ static int commands_count=0, commands_length=0; Rendering order is integer order. */ static uint32_t commands_array[AZRP_MAX_COMMANDS]; -static GALIGNED(4) uint8_t commands_data[16384]; +static GALIGNED(4) uint8_t commands_data[16384*2]; /* Array of shader programs and uniforms. */ static azrp_shader_t *shaders[AZRP_MAX_SHADERS] = { NULL };