mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
4c9821e5d5
Similarly to RADV, this is a kind of perverted situation: in principle Vulkan doesn't allow vkCmdResolveImage() to be executed conditionally (i.e., it is unaffected by conditional execution), which means that vkd3d cannot implement conditional rendering for ResolveSubresource(), hence the todo. However, like RADV, llvmpipe apparently violates the specification and still executes the image resolution command conditionally. So that's a llvmpipe bug, even if one that helps us doing the right thing.