[meta] Update example configuration file

This commit is contained in:
Philip Rebohle 2022-02-28 23:39:55 +01:00
parent 5822a8de9f
commit 4c0df63e2d
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 15 additions and 1 deletions

View File

@ -219,6 +219,21 @@
# d3d11.maxDynamicImageBufferSize = -1
# Allocates dynamic resources with the given set of bind flags in
# cached system memory rather than uncached memory or host-visible
# VRAM, in order to allow fast readback from the CPU. This is only
# useful for buggy applications, and may reduce GPU-bound performance.
#
# Supported values: Any combination of the following:
# - v: Vertex buffers
# - i: Index buffers
# - c: Constant buffers
# - r: Shader resources
# - a: All dynamic resources
# d3d11.cachedDynamicResources = ""
# Sets number of pipeline compiler threads.
#
# Supported values:
@ -542,4 +557,3 @@
# - True/False
# d3d9.apitraceMode = False
# d3d11.apitraceMode = False