mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-15 16:29:16 +01:00
[meta] Update example configuration file
This commit is contained in:
parent
5822a8de9f
commit
4c0df63e2d
16
dxvk.conf
16
dxvk.conf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user