Document vkd3d_acquire_vk_queue() and vkd3d_release_vk_queue().
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
529 532 } 530 533 swapchain->buffer_count = image_count; 531 534 free(vk_images); 535 536 if (FAILED(ID3D12Device_CreateFence(d3d12_device, 0, 0, &IID_ID3D12Fence, &swapchain->present_fence))) changed this line in version 2 of the diff
added 1 commit
- 02c4a78a - demos: Use a fence to synchronize D3D12 and Vulkan work.
added 9 commits
-
02c4a78a...574239e3 - 7 commits from branch
wine:master
- b2a1f6b5 - include: Document vkd3d_acquire_vk_queue() and vkd3d_release_vk_queue().
- 2a3413e0 - demos: Use a fence to synchronize D3D12 and Vulkan work.
-
02c4a78a...574239e3 - 7 commits from branch
Please register or sign in to reply