|
RetroArch
|
#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 const VkCommandBufferAllocateInfo & () const | |
| bool | operator== (CommandBufferAllocateInfo const &rhs) const |
| bool | operator!= (CommandBufferAllocateInfo const &rhs) const |
Public Attributes | |
| const void * | pNext = nullptr |
| CommandPool | commandPool |
| CommandBufferLevel | level |
| uint32_t | commandBufferCount |
Private Attributes | |
| StructureType | sType = StructureType::eCommandBufferAllocateInfo |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| uint32_t VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo::commandBufferCount |
| CommandPool VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo::commandPool |
| CommandBufferLevel VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo::level |
|
private |
1.8.15