16 Jun
2022
16 Jun
'22
9:51 a.m.
On Wed, 15 Jun 2022 at 23:56, Zebediah Figura <wine(a)gitlab.winehq.org> wrote:
+ if ((texture_flags & VK_FORMAT_FEATURE_TRANSFER_SRC_BIT) + && (texture_flags & VK_FORMAT_FEATURE_TRANSFER_DST_BIT)) + { + caps |= WINED3D_FORMAT_CAP_BLIT; + }
This checks for the source AND destination bits. I think that's correct, but it's different from what the commit message says.