readme: Document VKD3D_SHADER_CONFIG.

This commit is contained in:
Henri Verbeet 2023-12-03 16:28:53 +01:00 committed by Alexandre Julliard
parent ee1c6bd488
commit ac5a583b11
Notes: Alexandre Julliard 2023-12-04 22:54:49 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/510

5
README
View File

@ -65,6 +65,11 @@ commas or semicolons.
* VKD3D_DISABLE_EXTENSIONS - a list of Vulkan extensions that libvkd3d should * VKD3D_DISABLE_EXTENSIONS - a list of Vulkan extensions that libvkd3d should
not use even if available. not use even if available.
* VKD3D_SHADER_CONFIG - a list of options that change the behavior of
libvkd3d-shader.
* force_validation - Enable (additional) validation of libvkd3d-shader's
internal representation of shaders.
* VKD3D_SHADER_DEBUG - controls the debug level for log messages produced by * VKD3D_SHADER_DEBUG - controls the debug level for log messages produced by
libvkd3d-shader. See VKD3D_DEBUG for accepted values. libvkd3d-shader. See VKD3D_DEBUG for accepted values.