SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
SemaphoreCreateInfo (SemaphoreCreateFlags flags_=SemaphoreCreateFlags()) | |
SemaphoreCreateInfo (VkSemaphoreCreateInfo const &rhs) | |
SemaphoreCreateInfo & | operator= (VkSemaphoreCreateInfo const &rhs) |
SemaphoreCreateInfo & | setPNext (const void *pNext_) |
SemaphoreCreateInfo & | setFlags (SemaphoreCreateFlags flags_) |
operator VkSemaphoreCreateInfo const & () const | |
operator VkSemaphoreCreateInfo & () | |
bool | operator== (SemaphoreCreateInfo const &rhs) const |
bool | operator!= (SemaphoreCreateInfo const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
SemaphoreCreateFlags | flags |
Private Attributes | |
StructureType | sType = StructureType::eSemaphoreCreateInfo |
Definition at line 11560 of file vulkan.hpp.
|
inline |
Definition at line 11562 of file vulkan.hpp.
|
inline |
Definition at line 11567 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 11594 of file vulkan.hpp.
|
inline |
Definition at line 11589 of file vulkan.hpp.
|
inline |
Definition at line 11606 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 11572 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 11599 of file vulkan.hpp.
References flags, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 11583 of file vulkan.hpp.
|
inline |
Definition at line 11577 of file vulkan.hpp.
References pNext.
SemaphoreCreateFlags VULKAN_HPP_NAMESPACE::SemaphoreCreateInfo::flags |
Definition at line 11616 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::SemaphoreCreateInfo::pNext = nullptr |
Definition at line 11615 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 11612 of file vulkan.hpp.
Referenced by operator==().