SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
CommandBufferBeginInfo (CommandBufferUsageFlags flags_=CommandBufferUsageFlags(), const CommandBufferInheritanceInfo *pInheritanceInfo_=nullptr) | |
CommandBufferBeginInfo (VkCommandBufferBeginInfo const &rhs) | |
CommandBufferBeginInfo & | operator= (VkCommandBufferBeginInfo const &rhs) |
CommandBufferBeginInfo & | setPNext (const void *pNext_) |
CommandBufferBeginInfo & | setFlags (CommandBufferUsageFlags flags_) |
CommandBufferBeginInfo & | setPInheritanceInfo (const CommandBufferInheritanceInfo *pInheritanceInfo_) |
operator VkCommandBufferBeginInfo const & () const | |
operator VkCommandBufferBeginInfo & () | |
bool | operator== (CommandBufferBeginInfo const &rhs) const |
bool | operator!= (CommandBufferBeginInfo const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
CommandBufferUsageFlags | flags |
const CommandBufferInheritanceInfo * | pInheritanceInfo |
Private Attributes | |
StructureType | sType = StructureType::eCommandBufferBeginInfo |
Definition at line 24546 of file vulkan.hpp.
|
inline |
Definition at line 24548 of file vulkan.hpp.
|
inline |
Definition at line 24555 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 24588 of file vulkan.hpp.
|
inline |
Definition at line 24583 of file vulkan.hpp.
|
inline |
Definition at line 24601 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 24560 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 24593 of file vulkan.hpp.
References flags, pInheritanceInfo, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 24571 of file vulkan.hpp.
|
inline |
Definition at line 24577 of file vulkan.hpp.
References pInheritanceInfo.
|
inline |
Definition at line 24565 of file vulkan.hpp.
References pNext.
CommandBufferUsageFlags VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::flags |
Definition at line 24611 of file vulkan.hpp.
Referenced by operator==().
const CommandBufferInheritanceInfo* VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::pInheritanceInfo |
Definition at line 24612 of file vulkan.hpp.
Referenced by operator==(), and setPInheritanceInfo().
const void* VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::pNext = nullptr |
Definition at line 24610 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 24607 of file vulkan.hpp.
Referenced by operator==().