6 Jul
2023
6 Jul
'23
5:38 a.m.
Conor McCarthy (@cmccarthy) commented about demos/demo_xcb.h:
} swapchain->buffer_count = image_count; free(vk_images); + + if (FAILED(ID3D12Device_CreateFence(d3d12_device, 0, 0, &IID_ID3D12Fence, &swapchain->present_fence)))
This needs a (void **) cast to silence warnings. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/266#note_38096