29 May
2023
29 May
'23
11:57 a.m.
Giovanni Mascellani (@giomasce) commented about libs/vkd3d/utils.c:
/* fall-through */ case VK_ERROR_OUT_OF_HOST_MEMORY: return E_OUTOFMEMORY; + case VK_ERROR_FORMAT_NOT_SUPPORTED: + return E_INVALIDARG;
Does this really belong to this patch? -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/216#note_34070