From e3eb2725a03e62f7a0d1627c36207c702eb1f468 Mon Sep 17 00:00:00 2001 From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Fri, 25 Feb 2022 17:33:35 +0000 Subject: [PATCH] Make function declaration and definition coincide With this we get rid of another compiler warning. --- include/vkh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3