|
RetroArch
|
#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 const VkSemaphoreCreateInfo & () const | |
| bool | operator== (SemaphoreCreateInfo const &rhs) const |
| bool | operator!= (SemaphoreCreateInfo const &rhs) const |
Public Attributes | |
| const void * | pNext = nullptr |
| SemaphoreCreateFlags | flags |
Private Attributes | |
| StructureType | sType = StructureType::eSemaphoreCreateInfo |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| SemaphoreCreateFlags VULKAN_HPP_NAMESPACE::SemaphoreCreateInfo::flags |
|
private |
1.8.15