Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
ImGui_ImplVulkan_InitInfo Struct Reference

#include <imgui_impl_vulkan.h>

+ Collaboration diagram for ImGui_ImplVulkan_InitInfo:

Public Attributes

VkInstance Instance
 
VkPhysicalDevice PhysicalDevice
 
VkDevice Device
 
uint32_t QueueFamily
 
VkQueue Queue
 
VkPipelineCache PipelineCache
 
VkDescriptorPool DescriptorPool
 
uint32_t MinImageCount
 
uint32_t ImageCount
 
VkSampleCountFlagBits MSAASamples
 
const VkAllocationCallbacks * Allocator
 
void(* CheckVkResultFn )(VkResult err)
 

Member Data Documentation

◆ Allocator

const VkAllocationCallbacks* ImGui_ImplVulkan_InitInfo::Allocator

◆ CheckVkResultFn

void(* ImGui_ImplVulkan_InitInfo::CheckVkResultFn) (VkResult err)

◆ DescriptorPool

VkDescriptorPool ImGui_ImplVulkan_InitInfo::DescriptorPool

◆ Device

VkDevice ImGui_ImplVulkan_InitInfo::Device

◆ ImageCount

uint32_t ImGui_ImplVulkan_InitInfo::ImageCount

◆ Instance

VkInstance ImGui_ImplVulkan_InitInfo::Instance

◆ MinImageCount

uint32_t ImGui_ImplVulkan_InitInfo::MinImageCount

◆ MSAASamples

VkSampleCountFlagBits ImGui_ImplVulkan_InitInfo::MSAASamples

◆ PhysicalDevice

VkPhysicalDevice ImGui_ImplVulkan_InitInfo::PhysicalDevice

◆ PipelineCache

VkPipelineCache ImGui_ImplVulkan_InitInfo::PipelineCache

◆ Queue

VkQueue ImGui_ImplVulkan_InitInfo::Queue

◆ QueueFamily

uint32_t ImGui_ImplVulkan_InitInfo::QueueFamily

The documentation for this struct was generated from the following file: