HDK
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCommandBufferAllocateInfo |
Public Attributes | |
VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eCommandBufferAllocateInfo |
const void * | pNext = {} |
VULKAN_HPP_NAMESPACE::CommandPool | commandPool = {} |
VULKAN_HPP_NAMESPACE::CommandBufferLevel | level = VULKAN_HPP_NAMESPACE::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 13336 of file vulkan_structs.hpp.
Definition at line 13338 of file vulkan_structs.hpp.
|
inline |
Definition at line 13344 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 13357 of file vulkan_structs.hpp.
|
inline |
Definition at line 13402 of file vulkan_structs.hpp.
|
inline |
Definition at line 13397 of file vulkan_structs.hpp.
|
inline |
Definition at line 13436 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 13365 of file vulkan_structs.hpp.
|
inline |
Definition at line 13426 of file vulkan_structs.hpp.
|
inline |
Definition at line 13390 of file vulkan_structs.hpp.
|
inline |
Definition at line 13378 of file vulkan_structs.hpp.
|
inline |
Definition at line 13384 of file vulkan_structs.hpp.
|
inline |
Definition at line 13372 of file vulkan_structs.hpp.
|
static |
Definition at line 13340 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo::commandBufferCount = {} |
Definition at line 13447 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::CommandPool VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo::commandPool = {} |
Definition at line 13445 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::CommandBufferLevel VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo::level = VULKAN_HPP_NAMESPACE::CommandBufferLevel::ePrimary |
Definition at line 13446 of file vulkan_structs.hpp.
const void* VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo::pNext = {} |
Definition at line 13444 of file vulkan_structs.hpp.
|
static |
Definition at line 13341 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo::sType = StructureType::eCommandBufferAllocateInfo |
Definition at line 13443 of file vulkan_structs.hpp.