vkd3d: Make enqueued_fence_count a uint32_t

Fixes atomic usage with it.

Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
Joshua Ashton 2020-06-24 11:36:43 +01:00 committed by Hans-Kristian Arntzen
parent d709fd3306
commit a46fb17973
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ struct vkd3d_fence_worker
bool should_exit;
bool pending_fence_destruction;
size_t enqueued_fence_count;
uint32_t enqueued_fence_count;
struct vkd3d_enqueued_fence
{
VkSemaphore vk_semaphore;