]> O.S.I.I.S - jp/vkhelpers.git/commitdiff
rename phy_info_create_graphic_queues to vkh_phy_info_create_graphic_queues in vkh.h
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 9 May 2024 19:37:38 +0000 (21:37 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 9 May 2024 19:37:38 +0000 (21:37 +0200)
include/vkh.h

index 257880d85de0b23b0aa878061183803adb9e8846..59adb2aae87d15f16568307ae2b3e88644e1c61c 100644 (file)
@@ -188,7 +188,7 @@ bool vkh_phyinfo_create_queues  (VkhPhyInfo phy, int qFam, uint32_t queueCount,
 vkh_public
 bool vkh_phyinfo_create_presentable_queues     (VkhPhyInfo phy, uint32_t queueCount, const float* queue_priorities, VkDeviceQueueCreateInfo* const qInfo);
 vkh_public
-bool phy_info_create_graphic_queues            (VkhPhyInfo phy, uint32_t queueCount, const float* queue_priorities, VkDeviceQueueCreateInfo* const qInfo);
+bool vkh_phy_info_create_graphic_queues                (VkhPhyInfo phy, uint32_t queueCount, const float* queue_priorities, VkDeviceQueueCreateInfo* const qInfo);
 vkh_public
 bool vkh_phyinfo_create_transfer_queues                (VkhPhyInfo phy, uint32_t queueCount, const float* queue_priorities, VkDeviceQueueCreateInfo* const qInfo);
 vkh_public