Compare commits

...

1 Commits
main ... shmup

Author SHA1 Message Date
Sylvain PILLOT 3ff6008b9a double command space 2023-01-29 22:48:57 +01:00
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 };