Allow use default vkd3d feature level (12_2 for support devices) and opportunity forcably select

This commit is contained in:
2024-05-27 10:47:30 +05:00
parent 4fc1cbcd6c
commit fe4d5e5e09
3 changed files with 11 additions and 5 deletions

View File

@ -29,6 +29,7 @@ export PW_USE_SHADER_CACHE="1"
export PW_WINE_CPU_TOPOLOGY="disabled"
export STAGING_SHARED_MEMORY="1"
export PW_MESA_GL_VERSION_OVERRIDE="disabled"
export PW_VKD3D_FEATURE_LEVEL="disabled"
export PW_FORCE_LARGE_ADDRESS_AWARE="1"
export PW_USE_EAC_AND_BE="1"
export PW_USE_US_LAYOUT="0"