Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkInstanceCreateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

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 3061 of file vulkan_core.h.

Field Documentation

◆ enabledExtensionCount

uint32_t VkInstanceCreateInfo::enabledExtensionCount

Definition at line 3068 of file vulkan_core.h.

◆ enabledLayerCount

uint32_t VkInstanceCreateInfo::enabledLayerCount

Definition at line 3066 of file vulkan_core.h.

◆ flags

VkInstanceCreateFlags VkInstanceCreateInfo::flags

Definition at line 3064 of file vulkan_core.h.

◆ pApplicationInfo

const VkApplicationInfo* VkInstanceCreateInfo::pApplicationInfo

Definition at line 3065 of file vulkan_core.h.

◆ pNext

const void* VkInstanceCreateInfo::pNext

Definition at line 3063 of file vulkan_core.h.

◆ ppEnabledExtensionNames

const char* const* VkInstanceCreateInfo::ppEnabledExtensionNames

Definition at line 3069 of file vulkan_core.h.

◆ ppEnabledLayerNames

const char* const* VkInstanceCreateInfo::ppEnabledLayerNames

Definition at line 3067 of file vulkan_core.h.

◆ sType

VkStructureType VkInstanceCreateInfo::sType

Definition at line 3062 of file vulkan_core.h.


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