No wrapper for several VK Extensions Hi! This seems to be similar to the following issue: https://github.com/ptitSeb/box64/issues/1256 I am running Wine 10 in Rocknix with an SD865 ``` Using native(wrapped) libvulkan.so.1 Warning, no wrapper for vkAntiLagUpdateAMD Warning, no wrapper for vkCmdExecuteGeneratedCommandsEXT Warning, no wrapper for vkCmdPreprocessGeneratedCommandsEXT Warning, no wrapper for vkCreateIndirectCommandsLayoutEXT Warning, no wrapper for vkCreateIndirectExecutionSetEXT Warning, no wrapper for vkDestroyIndirectCommandsLayoutEXT Warning, no wrapper for vkDestroyIndirectExecutionSetEXT Warning, no wrapper for vkGetGeneratedCommandsMemoryRequirementsEXT Warning, no wrapper for vkUpdateIndirectExecutionSetPipelineEXT Warning, no wrapper for vkUpdateIndirectExecutionSetShaderEXT Warning, no wrapper for vkCreatePipelineBinariesKHR Warning, no wrapper for vkDestroyPipelineBinaryKHR Warning, no wrapper for vkGetPipelineBinaryDataKHR Warning, no wrapper for vkGetPipelineKeyKHR Warning, no wrapper for vkReleaseCapturedPipelineDataKHR Warning, no wrapper for vkCmdSetDepthClampRangeEXT No known supported alpha compositing mode 0298:err:msvcrt:_wassert (L"!status && \"vkMapMemory\"",L"/home/runner/build_wine/wine/dlls/winevulkan/loader_thunks.c",6053) Assertion failed: !status && "vkMapMemory", file /home/runner/build_wine/wine/dlls/winevulkan/loader_thunks.c, line 6053 ``` Is this a BOX64 issue or a device specific/driver issue? Thanks, let me know if you need anything else! PS.: I accidentally created this in issue in the wrong repository, my bad!