[PATCH v2 3/3] winevulkan: Implement VK_EXT_external_memory_win32.

Derek Lesho dlesho at codeweavers.com
Tue May 18 15:28:43 CDT 2021


On 5/18/21 12:21 PM, Georg Lehmann wrote:+VkResult WINAPI 
wine_vkCreateBuffer(VkDevice device, const VkBufferCreateInfo *create_info,
>> +    const VkAllocationCallbacks *allocator, VkBuffer *buffer)
>> +{
>> +    VkExternalMemoryBufferCreateInfo *external_memory_info;
>> +    VkBufferCreateInfo create_info_dup;
>
> Why do we need this? Couldn't you just call 
> convert_VkBufferCreateInfo_struct_chain on create_info_host directly?
>
>
No, convert_<type>_struct_chain doesn't accept _host output structs.



More information about the wine-devel mailing list