Vulkan-Hpp
VkInstanceCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkInstanceCreateFlags flags
 
const VkApplicationInfopApplicationInfo
 
uint32_t enabledLayerCount
 
const char *const * ppEnabledLayerNames
 
uint32_t enabledExtensionCount
 
const char *const * ppEnabledExtensionNames
 

Detailed Description

Definition at line 2959 of file vulkan_core.h.

Member Data Documentation

◆ enabledExtensionCount

uint32_t VkInstanceCreateInfo::enabledExtensionCount

Definition at line 2966 of file vulkan_core.h.

◆ enabledLayerCount

uint32_t VkInstanceCreateInfo::enabledLayerCount

Definition at line 2964 of file vulkan_core.h.

◆ flags

VkInstanceCreateFlags VkInstanceCreateInfo::flags

Definition at line 2962 of file vulkan_core.h.

◆ pApplicationInfo

const VkApplicationInfo* VkInstanceCreateInfo::pApplicationInfo

Definition at line 2963 of file vulkan_core.h.

◆ pNext

const void* VkInstanceCreateInfo::pNext

Definition at line 2961 of file vulkan_core.h.

◆ ppEnabledExtensionNames

const char* const* VkInstanceCreateInfo::ppEnabledExtensionNames

Definition at line 2967 of file vulkan_core.h.

◆ ppEnabledLayerNames

const char* const* VkInstanceCreateInfo::ppEnabledLayerNames

Definition at line 2965 of file vulkan_core.h.

◆ sType

VkStructureType VkInstanceCreateInfo::sType

Definition at line 2960 of file vulkan_core.h.


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