diff --git a/include/QF/Vulkan/device.h b/include/QF/Vulkan/device.h index f93a8a5c2..8d10971dc 100644 --- a/include/QF/Vulkan/device.h +++ b/include/QF/Vulkan/device.h @@ -12,7 +12,7 @@ typedef struct qfv_devfuncs_s { typedef struct qfv_queue_s { struct qfv_device_s *device; - int32_t queueFamily; + uint32_t queueFamily; VkQueue queue; } qfv_queue_t;