FTEQW
Documentation of the FTE engine source tree.
VkDeviceQueueCreateInfo Struct Reference

#include <vulkan.h>

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: