mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-15 16:29:16 +01:00
[meta] Update README on shader compiler threads
This commit is contained in:
parent
0d33d063ca
commit
67614917c3
@ -237,8 +237,12 @@
|
|||||||
|
|
||||||
# Sets number of pipeline compiler threads.
|
# Sets number of pipeline compiler threads.
|
||||||
#
|
#
|
||||||
|
# If the graphics pipeline library feature is enabled, the given
|
||||||
|
# number of threads will be used for shader compilation. Some of
|
||||||
|
# these threads will be reserved for high-priority work.
|
||||||
|
#
|
||||||
# Supported values:
|
# Supported values:
|
||||||
# - 0 to automatically determine the number of threads to use
|
# - 0 to use all available CPU cores
|
||||||
# - any positive number to enforce the thread count
|
# - any positive number to enforce the thread count
|
||||||
|
|
||||||
# dxvk.numCompilerThreads = 0
|
# dxvk.numCompilerThreads = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user