reduce UBO size
parent
5df612f7b1
commit
1eb749ed10
|
@ -72,7 +72,7 @@ static uint32_t deviceExtensionCount = SDL_arraysize(deviceExtensionNames);
|
|||
#define STARTING_ALLOCATION_SIZE 64000000 /* 64MB */
|
||||
#define MAX_ALLOCATION_SIZE 256000000 /* 256MB */
|
||||
#define TEXTURE_STAGING_SIZE 8000000 /* 8MB */
|
||||
#define UBO_BUFFER_SIZE 512000 /* 512KB */
|
||||
#define UBO_BUFFER_SIZE 16000 /* 16KB */
|
||||
#define DESCRIPTOR_POOL_STARTING_SIZE 128
|
||||
#define DESCRIPTOR_SET_DEACTIVATE_FRAMES 10
|
||||
|
||||
|
|
Loading…
Reference in New Issue