SDL  2.0
VkDeviceCreateInfo Struct Reference

#include <vulkan.h>

+ Collaboration diagram for VkDeviceCreateInfo:

Data Fields

VkStructureType sType
 
const voidpNext
 
VkDeviceCreateFlags flags
 
uint32_t queueCreateInfoCount
 
const VkDeviceQueueCreateInfopQueueCreateInfos
 
uint32_t enabledLayerCount
 
const char *const * ppEnabledLayerNames
 
uint32_t enabledExtensionCount
 
const char *const * ppEnabledExtensionNames
 
const VkPhysicalDeviceFeaturespEnabledFeatures
 

Detailed Description

Definition at line 1669 of file vulkan.h.

Field Documentation

◆ enabledExtensionCount

uint32_t VkDeviceCreateInfo::enabledExtensionCount

Definition at line 1677 of file vulkan.h.

Referenced by createDevice().

◆ enabledLayerCount

uint32_t VkDeviceCreateInfo::enabledLayerCount

Definition at line 1675 of file vulkan.h.

◆ flags

VkDeviceCreateFlags VkDeviceCreateInfo::flags

Definition at line 1672 of file vulkan.h.

◆ pEnabledFeatures

const VkPhysicalDeviceFeatures* VkDeviceCreateInfo::pEnabledFeatures

Definition at line 1679 of file vulkan.h.

Referenced by createDevice().

◆ pNext

const void* VkDeviceCreateInfo::pNext

Definition at line 1671 of file vulkan.h.

◆ ppEnabledExtensionNames

const char* const* VkDeviceCreateInfo::ppEnabledExtensionNames

Definition at line 1678 of file vulkan.h.

Referenced by createDevice().

◆ ppEnabledLayerNames

const char* const* VkDeviceCreateInfo::ppEnabledLayerNames

Definition at line 1676 of file vulkan.h.

◆ pQueueCreateInfos

const VkDeviceQueueCreateInfo* VkDeviceCreateInfo::pQueueCreateInfos

Definition at line 1674 of file vulkan.h.

Referenced by createDevice().

◆ queueCreateInfoCount

uint32_t VkDeviceCreateInfo::queueCreateInfoCount

Definition at line 1673 of file vulkan.h.

Referenced by createDevice().

◆ sType

VkStructureType VkDeviceCreateInfo::sType

Definition at line 1670 of file vulkan.h.

Referenced by createDevice().


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