|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::EventCreateInfo:Public Member Functions | |
| EventCreateInfo (EventCreateFlags flags_=EventCreateFlags()) | |
| EventCreateInfo (VkEventCreateInfo const &rhs) | |
| EventCreateInfo & | operator= (VkEventCreateInfo const &rhs) |
| EventCreateInfo & | setPNext (const void *pNext_) |
| EventCreateInfo & | setFlags (EventCreateFlags flags_) |
| operator VkEventCreateInfo const & () const | |
| operator VkEventCreateInfo & () | |
| bool | operator== (EventCreateInfo const &rhs) const |
| bool | operator!= (EventCreateInfo const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| EventCreateFlags | flags |
Private Attributes | |
| StructureType | sType = StructureType::eEventCreateInfo |
Definition at line 11500 of file vulkan.hpp.
|
inline |
Definition at line 11502 of file vulkan.hpp.
|
inline |
Definition at line 11507 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 11534 of file vulkan.hpp.
|
inline |
Definition at line 11529 of file vulkan.hpp.
|
inline |
Definition at line 11546 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 11512 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 11539 of file vulkan.hpp.
References flags, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 11523 of file vulkan.hpp.
|
inline |
Definition at line 11517 of file vulkan.hpp.
References pNext.
| EventCreateFlags VULKAN_HPP_NAMESPACE::EventCreateInfo::flags |
Definition at line 11556 of file vulkan.hpp.
Referenced by operator==().
| const void* VULKAN_HPP_NAMESPACE::EventCreateInfo::pNext = nullptr |
Definition at line 11555 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 11552 of file vulkan.hpp.
Referenced by operator==().