SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
FenceGetFdInfoKHR (Fence fence_=Fence(), ExternalFenceHandleTypeFlagBits handleType_=ExternalFenceHandleTypeFlagBits::eOpaqueFd) | |
FenceGetFdInfoKHR (VkFenceGetFdInfoKHR const &rhs) | |
FenceGetFdInfoKHR & | operator= (VkFenceGetFdInfoKHR const &rhs) |
FenceGetFdInfoKHR & | setPNext (const void *pNext_) |
FenceGetFdInfoKHR & | setFence (Fence fence_) |
FenceGetFdInfoKHR & | setHandleType (ExternalFenceHandleTypeFlagBits handleType_) |
operator VkFenceGetFdInfoKHR const & () const | |
operator VkFenceGetFdInfoKHR & () | |
bool | operator== (FenceGetFdInfoKHR const &rhs) const |
bool | operator!= (FenceGetFdInfoKHR const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
Fence | fence |
ExternalFenceHandleTypeFlagBits | handleType |
Private Attributes | |
StructureType | sType = StructureType::eFenceGetFdInfoKHR |
Definition at line 33228 of file vulkan.hpp.
|
inline |
Definition at line 33230 of file vulkan.hpp.
|
inline |
Definition at line 33237 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 33270 of file vulkan.hpp.
|
inline |
Definition at line 33265 of file vulkan.hpp.
|
inline |
Definition at line 33283 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 33242 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 33275 of file vulkan.hpp.
References fence, handleType, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 33253 of file vulkan.hpp.
References fence.
|
inline |
Definition at line 33259 of file vulkan.hpp.
|
inline |
Definition at line 33247 of file vulkan.hpp.
References pNext.
Fence VULKAN_HPP_NAMESPACE::FenceGetFdInfoKHR::fence |
Definition at line 33293 of file vulkan.hpp.
Referenced by operator==(), and setFence().
ExternalFenceHandleTypeFlagBits VULKAN_HPP_NAMESPACE::FenceGetFdInfoKHR::handleType |
Definition at line 33294 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::FenceGetFdInfoKHR::pNext = nullptr |
Definition at line 33292 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 33289 of file vulkan.hpp.
Referenced by operator==().