double command space

This commit is contained in:
Sylvain PILLOT 2023-01-29 22:48:57 +01:00
parent 2fb3d98e5a
commit 3ff6008b9a
1 changed files with 1 additions and 1 deletions

View File

@ -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 };