RetroArch
Public Attributes | List of all members
VkDeviceQueueCreateInfo Struct Reference

#include <vulkan_core.h>

Collaboration diagram for VkDeviceQueueCreateInfo:
[legend]

Public Attributes

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

Member Data Documentation

◆ flags

VkDeviceQueueCreateFlags VkDeviceQueueCreateInfo::flags

◆ pNext

const void* VkDeviceQueueCreateInfo::pNext

◆ pQueuePriorities

const float* VkDeviceQueueCreateInfo::pQueuePriorities

◆ queueCount

uint32_t VkDeviceQueueCreateInfo::queueCount

◆ queueFamilyIndex

uint32_t VkDeviceQueueCreateInfo::queueFamilyIndex

◆ sType

VkStructureType VkDeviceQueueCreateInfo::sType

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