File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -253,11 +253,13 @@ EnableModelShadow = 1
253253; More error info will be printed but it will impact performance.
254254; Vulkan SDK is required for printing Vulkan Validation error in Vulkan mode
255255RendererDebugMode = 0
256+ ; Vulkan mode only
256257; Maximum image size (in KB) that will be suballocated from a shared memory pool
257258; instead of receiving a dedicated allocation. Set to 0 to disable suballocation.
258259; Smaller values reduce memory overhead but may not pool many textures.
259260; Larger values pool more textures but may waste memory in partially-filled blocks.
260261ImageSuballocThresholdKB = 1024
262+ ; Vulkan mode only
261263; Size (in MB) of each memory block in the suballocation pool.
262264; Smaller blocks reduce waste for sparse workloads; larger blocks reduce allocation calls.
263265; Automatically capped to 25% of the GPU's device-local memory heap.
You can’t perform that action at this time.
0 commit comments