]> O.S.I.I.S - jp/vkhelpers.git/commitdiff
Make function declaration and definition coincide 4/head
authorMarco Rubin <20150305+Rubo3@users.noreply.github.com>
Fri, 25 Feb 2022 17:33:35 +0000 (17:33 +0000)
committerGitHub <noreply@github.com>
Fri, 25 Feb 2022 17:33:35 +0000 (17:33 +0000)
With this we get rid of another compiler warning.

include/vkh.h

index 94a912a34a0b7ba6f90a7ad4a33a66ccb9081932..0184f8ee448900d0eb71cd038d1b1b6063a02ec3 100644 (file)
@@ -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