From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Fri, 25 Feb 2022 17:33:35 +0000 (+0000) Subject: Make function declaration and definition coincide X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=e3eb2725a03e62f7a0d1627c36207c702eb1f468;p=jp%2Fvkhelpers.git Make function declaration and definition coincide With this we get rid of another compiler warning. --- diff --git a/include/vkh.h b/include/vkh.h index 94a912a..0184f8e 100644 --- a/include/vkh.h +++ b/include/vkh.h @@ -278,7 +278,7 @@ void vkh_cmd_submit_with_semaphores(VkhQueue queue, VkCommandBuffer *pCmdBuff, V VkSemaphore signalSemaphore, VkFence fence); vkh_public -void vkh_cmd_label_start (VkCommandBuffer cmd, const char* name, const float color[]); +void vkh_cmd_label_start (VkCommandBuffer cmd, const char* name, const float color[4]); vkh_public void vkh_cmd_label_end (VkCommandBuffer cmd); vkh_public