|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::FenceCreateInfo:Public Member Functions | |
| FenceCreateInfo (FenceCreateFlags flags_=FenceCreateFlags()) | |
| FenceCreateInfo (VkFenceCreateInfo const &rhs) | |
| FenceCreateInfo & | operator= (VkFenceCreateInfo const &rhs) |
| FenceCreateInfo & | setPNext (const void *pNext_) |
| FenceCreateInfo & | setFlags (FenceCreateFlags flags_) |
| operator VkFenceCreateInfo const & () const | |
| operator VkFenceCreateInfo & () | |
| bool | operator== (FenceCreateInfo const &rhs) const |
| bool | operator!= (FenceCreateInfo const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| FenceCreateFlags | flags |
Private Attributes | |
| StructureType | sType = StructureType::eFenceCreateInfo |
Definition at line 24039 of file vulkan.hpp.
|
inline |
Definition at line 24041 of file vulkan.hpp.
|
inline |
Definition at line 24046 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 24073 of file vulkan.hpp.
|
inline |
Definition at line 24068 of file vulkan.hpp.
|
inline |
Definition at line 24085 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 24051 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 24078 of file vulkan.hpp.
References flags, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 24062 of file vulkan.hpp.
|
inline |
Definition at line 24056 of file vulkan.hpp.
References pNext.
| FenceCreateFlags VULKAN_HPP_NAMESPACE::FenceCreateInfo::flags |
Definition at line 24095 of file vulkan.hpp.
Referenced by operator==().
| const void* VULKAN_HPP_NAMESPACE::FenceCreateInfo::pNext = nullptr |
Definition at line 24094 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 24091 of file vulkan.hpp.
Referenced by operator==().