SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
CommandBufferAllocateInfo (CommandPool commandPool_=CommandPool(), CommandBufferLevel level_=CommandBufferLevel::ePrimary, uint32_t commandBufferCount_=0) | |
CommandBufferAllocateInfo (VkCommandBufferAllocateInfo const &rhs) | |
CommandBufferAllocateInfo & | operator= (VkCommandBufferAllocateInfo const &rhs) |
CommandBufferAllocateInfo & | setPNext (const void *pNext_) |
CommandBufferAllocateInfo & | setCommandPool (CommandPool commandPool_) |
CommandBufferAllocateInfo & | setLevel (CommandBufferLevel level_) |
CommandBufferAllocateInfo & | setCommandBufferCount (uint32_t commandBufferCount_) |
operator VkCommandBufferAllocateInfo const & () const | |
operator VkCommandBufferAllocateInfo & () | |
bool | operator== (CommandBufferAllocateInfo const &rhs) const |
bool | operator!= (CommandBufferAllocateInfo const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
CommandPool | commandPool |
CommandBufferLevel | level |
uint32_t | commandBufferCount |
Private Attributes | |
StructureType | sType = StructureType::eCommandBufferAllocateInfo |
Definition at line 11320 of file vulkan.hpp.
|
inline |
Definition at line 11322 of file vulkan.hpp.
|
inline |
Definition at line 11331 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 11370 of file vulkan.hpp.
|
inline |
Definition at line 11365 of file vulkan.hpp.
|
inline |
Definition at line 11384 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 11375 of file vulkan.hpp.
References commandBufferCount, commandPool, level, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 11359 of file vulkan.hpp.
References commandBufferCount.
|
inline |
Definition at line 11347 of file vulkan.hpp.
References commandPool.
|
inline |
Definition at line 11353 of file vulkan.hpp.
|
inline |
Definition at line 11341 of file vulkan.hpp.
References pNext.
uint32_t VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo::commandBufferCount |
Definition at line 11396 of file vulkan.hpp.
Referenced by VULKAN_HPP_NAMESPACE::Device::allocateCommandBuffers(), VULKAN_HPP_NAMESPACE::Device::allocateCommandBuffersUnique(), operator==(), and setCommandBufferCount().
CommandPool VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo::commandPool |
Definition at line 11394 of file vulkan.hpp.
Referenced by VULKAN_HPP_NAMESPACE::Device::allocateCommandBuffersUnique(), operator==(), and setCommandPool().
CommandBufferLevel VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo::level |
Definition at line 11395 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo::pNext = nullptr |
Definition at line 11393 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 11390 of file vulkan.hpp.
Referenced by operator==().