13 Jun
2023
13 Jun
'23
10:38 a.m.
Giovanni Mascellani (@giomasce) commented about libs/vkd3d/resource.c:
if (resource && image_info.tiling == VK_IMAGE_TILING_LINEAR) resource->flags |= VKD3D_RESOURCE_LINEAR_TILING;
+ if (sparse_resource) + { + count = 2;
Not a big deal, but I can remove this line and get no warning with GCC 12 (both native and MinGW). -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/216#note_35612