Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkDescriptorPoolCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eDescriptorPoolCreateInfo |
const void * | pNext = {} |
vk::DescriptorPoolCreateFlags | flags = {} |
uint32_t | maxSets = {} |
uint32_t | poolSizeCount = {} |
const vk::DescriptorPoolSize * | pPoolSizes = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eDescriptorPoolCreateInfo |
Definition at line 24329 of file vulkan_structs.hpp.
Definition at line 24331 of file vulkan_structs.hpp.
|
inline |
Definition at line 24337 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 24352 of file vulkan_structs.hpp.
|
inline |
Definition at line 24358 of file vulkan_structs.hpp.
|
inline |
Definition at line 24423 of file vulkan_structs.hpp.
|
inline |
Definition at line 24418 of file vulkan_structs.hpp.
|
inline |
Definition at line 24458 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 24370 of file vulkan_structs.hpp.
|
inline |
Definition at line 24448 of file vulkan_structs.hpp.
|
inline |
Definition at line 24383 of file vulkan_structs.hpp.
|
inline |
Definition at line 24389 of file vulkan_structs.hpp.
|
inline |
Definition at line 24377 of file vulkan_structs.hpp.
|
inline |
Definition at line 24395 of file vulkan_structs.hpp.
|
inline |
Definition at line 24409 of file vulkan_structs.hpp.
|
inline |
Definition at line 24401 of file vulkan_structs.hpp.
|
static |
Definition at line 24333 of file vulkan_structs.hpp.
vk::DescriptorPoolCreateFlags vk::DescriptorPoolCreateInfo::flags = {} |
Definition at line 24467 of file vulkan_structs.hpp.
uint32_t vk::DescriptorPoolCreateInfo::maxSets = {} |
Definition at line 24468 of file vulkan_structs.hpp.
const void* vk::DescriptorPoolCreateInfo::pNext = {} |
Definition at line 24466 of file vulkan_structs.hpp.
uint32_t vk::DescriptorPoolCreateInfo::poolSizeCount = {} |
Definition at line 24469 of file vulkan_structs.hpp.
const vk::DescriptorPoolSize* vk::DescriptorPoolCreateInfo::pPoolSizes = {} |
Definition at line 24470 of file vulkan_structs.hpp.
|
static |
Definition at line 24334 of file vulkan_structs.hpp.
vk::StructureType vk::DescriptorPoolCreateInfo::sType = StructureType::eDescriptorPoolCreateInfo |
Definition at line 24465 of file vulkan_structs.hpp.