Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkDeviceQueueCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eDeviceQueueCreateInfo |
const void * | pNext = {} |
vk::DeviceQueueCreateFlags | flags = {} |
uint32_t | queueFamilyIndex = {} |
uint32_t | queueCount = {} |
const float * | pQueuePriorities = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eDeviceQueueCreateInfo |
Definition at line 26212 of file vulkan_structs.hpp.
Definition at line 26214 of file vulkan_structs.hpp.
|
inline |
Definition at line 26220 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 26235 of file vulkan_structs.hpp.
|
inline |
Definition at line 26241 of file vulkan_structs.hpp.
|
inline |
Definition at line 26309 of file vulkan_structs.hpp.
|
inline |
Definition at line 26304 of file vulkan_structs.hpp.
|
inline |
Definition at line 26344 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 26257 of file vulkan_structs.hpp.
|
inline |
Definition at line 26334 of file vulkan_structs.hpp.
|
inline |
Definition at line 26270 of file vulkan_structs.hpp.
|
inline |
Definition at line 26264 of file vulkan_structs.hpp.
|
inline |
Definition at line 26288 of file vulkan_structs.hpp.
|
inline |
Definition at line 26282 of file vulkan_structs.hpp.
|
inline |
Definition at line 26276 of file vulkan_structs.hpp.
|
inline |
Definition at line 26295 of file vulkan_structs.hpp.
|
static |
Definition at line 26216 of file vulkan_structs.hpp.
vk::DeviceQueueCreateFlags vk::DeviceQueueCreateInfo::flags = {} |
Definition at line 26353 of file vulkan_structs.hpp.
const void* vk::DeviceQueueCreateInfo::pNext = {} |
Definition at line 26352 of file vulkan_structs.hpp.
const float* vk::DeviceQueueCreateInfo::pQueuePriorities = {} |
Definition at line 26356 of file vulkan_structs.hpp.
uint32_t vk::DeviceQueueCreateInfo::queueCount = {} |
Definition at line 26355 of file vulkan_structs.hpp.
uint32_t vk::DeviceQueueCreateInfo::queueFamilyIndex = {} |
Definition at line 26354 of file vulkan_structs.hpp.
|
static |
Definition at line 26217 of file vulkan_structs.hpp.
vk::StructureType vk::DeviceQueueCreateInfo::sType = StructureType::eDeviceQueueCreateInfo |
Definition at line 26351 of file vulkan_structs.hpp.