[util] Clarify maxDeviceMemory and maxSharedMemory

This config often leads to confusion as people expect applications to honor the limit.
This commit is contained in:
Blisto91 2024-02-28 14:07:36 +01:00 committed by Philip Rebohle
parent 9004c132ed
commit 6b3b934471
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
# Override maximum amount of device memory and shared system memory
# reported to the application. This may fix texture streaming issues
# in games that do not support cards with large amounts of VRAM.
# This is not a hard cap and applications can choose to ignore it.
#
# Supported values: Any number in Megabytes.