#include <imgui_impl_vulkan.h>
Public Attributes | |
const VkAllocationCallbacks * | Allocator |
void(* | CheckVkResultFn )(VkResult err) |
VkDescriptorPool | DescriptorPool |
VkDevice | Device |
uint32_t | ImageCount |
VkInstance | Instance |
uint32_t | MinImageCount |
VkSampleCountFlagBits | MSAASamples |
VkPhysicalDevice | PhysicalDevice |
VkPipelineCache | PipelineCache |
VkQueue | Queue |
uint32_t | QueueFamily |
Definition at line 29 of file imgui_impl_vulkan.h.
const VkAllocationCallbacks* ImGui_ImplVulkan_InitInfo::Allocator |
Definition at line 41 of file imgui_impl_vulkan.h.
Definition at line 42 of file imgui_impl_vulkan.h.
VkDescriptorPool ImGui_ImplVulkan_InitInfo::DescriptorPool |
Definition at line 37 of file imgui_impl_vulkan.h.
VkDevice ImGui_ImplVulkan_InitInfo::Device |
Definition at line 33 of file imgui_impl_vulkan.h.
uint32_t ImGui_ImplVulkan_InitInfo::ImageCount |
Definition at line 39 of file imgui_impl_vulkan.h.
VkInstance ImGui_ImplVulkan_InitInfo::Instance |
Definition at line 31 of file imgui_impl_vulkan.h.
uint32_t ImGui_ImplVulkan_InitInfo::MinImageCount |
Definition at line 38 of file imgui_impl_vulkan.h.
VkSampleCountFlagBits ImGui_ImplVulkan_InitInfo::MSAASamples |
Definition at line 40 of file imgui_impl_vulkan.h.
VkPhysicalDevice ImGui_ImplVulkan_InitInfo::PhysicalDevice |
Definition at line 32 of file imgui_impl_vulkan.h.
VkPipelineCache ImGui_ImplVulkan_InitInfo::PipelineCache |
Definition at line 36 of file imgui_impl_vulkan.h.
VkQueue ImGui_ImplVulkan_InitInfo::Queue |
Definition at line 35 of file imgui_impl_vulkan.h.
uint32_t ImGui_ImplVulkan_InitInfo::QueueFamily |
Definition at line 34 of file imgui_impl_vulkan.h.