Skip to content

Commit 78a6496

Browse files
committed
docs: Update Vulkan config comments
1 parent 4aa0ba3 commit 78a6496

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/resources/defaultConfig.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
255255
RendererDebugMode = 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.
260261
ImageSuballocThresholdKB = 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.

0 commit comments

Comments
 (0)