SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
CommandPoolCreateInfo (CommandPoolCreateFlags flags_=CommandPoolCreateFlags(), uint32_t queueFamilyIndex_=0) | |
CommandPoolCreateInfo (VkCommandPoolCreateInfo const &rhs) | |
CommandPoolCreateInfo & | operator= (VkCommandPoolCreateInfo const &rhs) |
CommandPoolCreateInfo & | setPNext (const void *pNext_) |
CommandPoolCreateInfo & | setFlags (CommandPoolCreateFlags flags_) |
CommandPoolCreateInfo & | setQueueFamilyIndex (uint32_t queueFamilyIndex_) |
operator VkCommandPoolCreateInfo const & () const | |
operator VkCommandPoolCreateInfo & () | |
bool | operator== (CommandPoolCreateInfo const &rhs) const |
bool | operator!= (CommandPoolCreateInfo const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
CommandPoolCreateFlags | flags |
uint32_t | queueFamilyIndex |
Private Attributes | |
StructureType | sType = StructureType::eCommandPoolCreateInfo |
Definition at line 26828 of file vulkan.hpp.
|
inline |
Definition at line 26830 of file vulkan.hpp.
|
inline |
Definition at line 26837 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 26870 of file vulkan.hpp.
|
inline |
Definition at line 26865 of file vulkan.hpp.
|
inline |
Definition at line 26883 of file vulkan.hpp.
|
inline |
Definition at line 26842 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 26875 of file vulkan.hpp.
References flags, pNext, queueFamilyIndex, and sType.
|
inline |
Definition at line 26853 of file vulkan.hpp.
|
inline |
Definition at line 26847 of file vulkan.hpp.
|
inline |
Definition at line 26859 of file vulkan.hpp.
CommandPoolCreateFlags VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo::flags |
Definition at line 26893 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo::pNext = nullptr |
Definition at line 26892 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo::queueFamilyIndex |
Definition at line 26894 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 26889 of file vulkan.hpp.
Referenced by operator==().