Henri Verbeet pushed to branch master at wine / vkd3d
Commits: a7337bc9 by Giovanni Mascellani at 2025-02-19T17:41:30+01:00 vkd3d: Require extension VK_KHR_maintenance2.
We're already implicitly using it for image layouts in which either depth or stencil is writeable and the other is not. Correspondingly, add the _KHR suffix in those cases, so the extension usage is more evident.
According to the Vulkan Hardware Database, only four reports without this extension were filed since 2023, and all of them for configurations we likely don't target.
- - - - -
4 changed files:
- libs/vkd3d/command.c - libs/vkd3d/device.c - libs/vkd3d/resource.c - libs/vkd3d/vkd3d_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/a7337bc999adef1f482cccd97f7876...