SDL  2.0
VkDeviceQueueCreateInfo Struct Reference

#include <vulkan.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkDeviceQueueCreateFlags flags
 
uint32_t queueFamilyIndex
 
uint32_t queueCount
 
const float * pQueuePriorities
 

Detailed Description

Definition at line 1660 of file vulkan.h.

Field Documentation

◆ flags

VkDeviceQueueCreateFlags VkDeviceQueueCreateInfo::flags

Definition at line 1663 of file vulkan.h.

◆ pNext

const void* VkDeviceQueueCreateInfo::pNext

Definition at line 1662 of file vulkan.h.

◆ pQueuePriorities

const float* VkDeviceQueueCreateInfo::pQueuePriorities

Definition at line 1666 of file vulkan.h.

Referenced by createDevice().

◆ queueCount

uint32_t VkDeviceQueueCreateInfo::queueCount

Definition at line 1665 of file vulkan.h.

Referenced by createDevice().

◆ queueFamilyIndex

uint32_t VkDeviceQueueCreateInfo::queueFamilyIndex

Definition at line 1664 of file vulkan.h.

Referenced by createDevice().

◆ sType

VkStructureType VkDeviceQueueCreateInfo::sType

Definition at line 1661 of file vulkan.h.

Referenced by createDevice().


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