[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
- Previous message (by thread): [PATCH vkd3d 2/2] vkd3d: Support wait-before-signal for fences using timeline semaphores.
- Next message (by thread): [PATCH vkd3d 1/2] vkd3d: Add queries for KHR_timeline_semaphore extension.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): [PATCH vkd3d 2/2] vkd3d: Support wait-before-signal for fences using timeline semaphores.
- Next message (by thread): [PATCH vkd3d 1/2] vkd3d: Add queries for KHR_timeline_semaphore extension.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]