Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCommandPoolCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eCommandPoolCreateInfo |
const void * | pNext = {} |
vk::CommandPoolCreateFlags | flags = {} |
uint32_t | queueFamilyIndex = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCommandPoolCreateInfo |
Definition at line 15614 of file vulkan_structs.hpp.
Definition at line 15616 of file vulkan_structs.hpp.
|
inline |
Definition at line 15622 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 15633 of file vulkan_structs.hpp.
|
inline |
Definition at line 15672 of file vulkan_structs.hpp.
|
inline |
Definition at line 15667 of file vulkan_structs.hpp.
|
inline |
Definition at line 15701 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 15641 of file vulkan_structs.hpp.
|
inline |
Definition at line 15692 of file vulkan_structs.hpp.
|
inline |
Definition at line 15654 of file vulkan_structs.hpp.
|
inline |
Definition at line 15648 of file vulkan_structs.hpp.
|
inline |
Definition at line 15660 of file vulkan_structs.hpp.
|
static |
Definition at line 15618 of file vulkan_structs.hpp.
vk::CommandPoolCreateFlags vk::CommandPoolCreateInfo::flags = {} |
Definition at line 15710 of file vulkan_structs.hpp.
const void* vk::CommandPoolCreateInfo::pNext = {} |
Definition at line 15709 of file vulkan_structs.hpp.
uint32_t vk::CommandPoolCreateInfo::queueFamilyIndex = {} |
Definition at line 15711 of file vulkan_structs.hpp.
|
static |
Definition at line 15619 of file vulkan_structs.hpp.
vk::StructureType vk::CommandPoolCreateInfo::sType = StructureType::eCommandPoolCreateInfo |
Definition at line 15708 of file vulkan_structs.hpp.