File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -251,16 +251,17 @@ EnableModel = 1
251251EnableModelShadow = 1
252252; Toggles debug mode for the renderer (except OpenGL ES 3.2)
253253; More error info will be printed but it will impact performance.
254+ ; Vulkan SDK is required for printing Vulkan Validation error in Vulkan mode
254255RendererDebugMode = 0
255256; Maximum image size (in KB) that will be suballocated from a shared memory pool
256257; instead of receiving a dedicated allocation. Set to 0 to disable suballocation.
257258; Smaller values reduce memory overhead but may not pool many textures.
258259; Larger values pool more textures but may waste memory in partially-filled blocks.
259- ImageSuballocThresholdKB = 256
260+ ImageSuballocThresholdKB = 1024
260261; Size (in MB) of each memory block in the suballocation pool.
261262; Smaller blocks reduce waste for sparse workloads; larger blocks reduce allocation calls.
262263; Automatically capped to 25% of the GPU's device-local memory heap.
263- ImageSuballocBlockSizeMB = 64
264+ ImageSuballocBlockSizeMB = 128
264265
265266; -------------------------------------------------------------------------------
266267; Sound configuration
You can’t perform that action at this time.
0 commit comments