[PATCH vkd3d 1/2] vkd3d: Add queries for KHR_timeline_semaphore extension. (original) (raw)

Conor McCarthy conor.mccarthy.444 at gmail.com
Thu Dec 12 21:15:05 CST 2019


On Fri, Dec 13, 2019 at 5:03 AM Rémi Bernon <rbernon at codeweavers.com> wrote:

+ + timelinesemaphore = &info->timelinesemaphoreproperties; + TRACE(" VkPhysicalDeviceTimelineSemaphorePropertiesKHR:\n"); + TRACE(" maxTimelineSemaphoreValueDifference: %u.\n", timelinesemaphore->maxTimelineSemaphoreValueDifference); }

maxTimelineSemaphoreValueDifference is declared as uint64_t, so this causes a format argument warning.

Conor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20191213/6d4bfaa7/attachment.htm>



More information about the wine-devel mailing list