Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCommandBufferAllocateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eCommandBufferAllocateInfo |
const void * | pNext = {} |
vk::CommandPool | commandPool = {} |
vk::CommandBufferLevel | level = vk::CommandBufferLevel::ePrimary |
uint32_t | commandBufferCount = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCommandBufferAllocateInfo |
Definition at line 14470 of file vulkan_structs.hpp.
Definition at line 14472 of file vulkan_structs.hpp.
|
inline |
Definition at line 14478 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 14491 of file vulkan_structs.hpp.
|
inline |
Definition at line 14536 of file vulkan_structs.hpp.
|
inline |
Definition at line 14531 of file vulkan_structs.hpp.
|
inline |
Definition at line 14570 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 14499 of file vulkan_structs.hpp.
|
inline |
Definition at line 14560 of file vulkan_structs.hpp.
|
inline |
Definition at line 14524 of file vulkan_structs.hpp.
|
inline |
Definition at line 14512 of file vulkan_structs.hpp.
|
inline |
Definition at line 14518 of file vulkan_structs.hpp.
|
inline |
Definition at line 14506 of file vulkan_structs.hpp.
|
static |
Definition at line 14474 of file vulkan_structs.hpp.
uint32_t vk::CommandBufferAllocateInfo::commandBufferCount = {} |
Definition at line 14581 of file vulkan_structs.hpp.
vk::CommandPool vk::CommandBufferAllocateInfo::commandPool = {} |
Definition at line 14579 of file vulkan_structs.hpp.
vk::CommandBufferLevel vk::CommandBufferAllocateInfo::level = vk::CommandBufferLevel::ePrimary |
Definition at line 14580 of file vulkan_structs.hpp.
const void* vk::CommandBufferAllocateInfo::pNext = {} |
Definition at line 14578 of file vulkan_structs.hpp.
|
static |
Definition at line 14475 of file vulkan_structs.hpp.
vk::StructureType vk::CommandBufferAllocateInfo::sType = StructureType::eCommandBufferAllocateInfo |
Definition at line 14577 of file vulkan_structs.hpp.