mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Examples: Vulkan: Avoid unreferenced parameter warning. (#2162)
This commit is contained in:
parent
7fa3e71abb
commit
ed0f7004d0
1 changed files with 1 additions and 0 deletions
|
|
@ -840,6 +840,7 @@ VkPresentModeKHR ImGui_ImplVulkanH_SelectPresentMode(VkPhysicalDevice physical_d
|
|||
void ImGui_ImplVulkanH_CreateWindowDataCommandBuffers(VkPhysicalDevice physical_device, VkDevice device, uint32_t queue_family, ImGui_ImplVulkanH_WindowData* wd, const VkAllocationCallbacks* allocator)
|
||||
{
|
||||
IM_ASSERT(physical_device != VK_NULL_HANDLE && device != VK_NULL_HANDLE);
|
||||
(void)physical_device;
|
||||
(void)allocator;
|
||||
|
||||
// Create Command Buffers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue