Billli11
Billli11
> A small update to that issue. > > Vulkan Loader drops VK_INSTANCE_LAYERS support. So from now you should use VK_LOADER_LAYERS_ENABLE and VK_LOADER_LAYERS_DISABLE instead. > > So you have to...
> Currently also encountering the issue others have referred to wherein Game Capture via obs-vkcapture 1.2.2-1 (using OBS 28.1.2-2) does not show MangoHud overlay but does show the game, if...
@DonKatsu Try this VK_ADD_LAYER_PATH="/usr/share/vulkan/implicit_layer.d:$HOME/.local/share/vulkan/implicit_layer.d" VK_LOADER_LAYERS_ENABLE="VK_LAYER_VALVE_steam_overlay_*" MANGOHUD=1 OBS_VKCAPTURE=1 %command% `mangohud` may not be in front of `obs-vkcapture` but we can no longer forcing the ordering using `VK_LOADER_LAYERS_ENABLE` @nowrep `VK_INSTANCE_LAYERS` has been...
Seem like the vulkan loader behavior have been changed again. with version 1.3.255 `VK_INSTANCE_LAYERS` now allow to use implicit layer directly. ( No copying or setting `VK_ADD_LAYER_PATH` is needed )...
@tlneondo The look like the mesh streaming issue.[known issue](https://forums.fatsharkgames.com/t/low-detail-models-mesh-streaming-broken/57842) Change line `57` to disable = true in `steamapps\common\Warhammer 40,000 DARKTIDE\bundle\application_settings\settings_common.ini` should fix the problem.
@Patola Try running it in desktop mode. there are open issue in gamescope's github https://github.com/ValveSoftware/gamescope/issues/993 about darktide crashing with gamescope.
Dragon's Dogma 2 also suffer from this. with AMD CPU 3700x on main menu ~40fps without `VKD3D_CONFIG=no_upload_hvv` ~60fps with `VKD3D_CONFIG=no_upload_hvv`
look like the mesh streaming issue. [known issue](https://forums.fatsharkgames.com/t/low-detail-models-mesh-streaming-broken/57842) Change line `57` to disable = true in `steamapps\common\Warhammer 40,000 DARKTIDE\bundle\application_settings\settings_common.ini` should fix the problem.
I remember [re4 blocking rt if it detect it is running on wine](https://gitlab.freedesktop.org/mesa/mesa/-/issues/9559#note_2056807), may be this is also true for dd2. and need to promote to dxr ultimate like [the...
The x11 window class is changed with today update. From "steam" to "SDL Application" ``` "window_properties": { "class": "SDL Application", "instance": "steamwebhelper", "title": "Steam", "transient_for": null, "window_type": "normal" } ```...