Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 3026 of file vulkan_core.h.

Member Data Documentation

◆ enabledExtensionCount

uint32_t VkInstanceCreateInfo::enabledExtensionCount

Definition at line 3033 of file vulkan_core.h.

◆ enabledLayerCount

uint32_t VkInstanceCreateInfo::enabledLayerCount

Definition at line 3031 of file vulkan_core.h.

◆ flags

VkInstanceCreateFlags VkInstanceCreateInfo::flags

Definition at line 3029 of file vulkan_core.h.

◆ pApplicationInfo

const VkApplicationInfo* VkInstanceCreateInfo::pApplicationInfo

Definition at line 3030 of file vulkan_core.h.

◆ pNext

const void* VkInstanceCreateInfo::pNext

Definition at line 3028 of file vulkan_core.h.

◆ ppEnabledExtensionNames

const char* const* VkInstanceCreateInfo::ppEnabledExtensionNames

Definition at line 3034 of file vulkan_core.h.

◆ ppEnabledLayerNames

const char* const* VkInstanceCreateInfo::ppEnabledLayerNames

Definition at line 3032 of file vulkan_core.h.

◆ sType

VkStructureType VkInstanceCreateInfo::sType

Definition at line 3027 of file vulkan_core.h.


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