Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkExternalFenceProperties |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | ExternalFenceProperties (vk::ExternalFenceHandleTypeFlags exportFromImportedHandleTypes_={}, vk::ExternalFenceHandleTypeFlags compatibleHandleTypes_={}, vk::ExternalFenceFeatureFlags externalFenceFeatures_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | ExternalFenceProperties (ExternalFenceProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
ExternalFenceProperties (VkExternalFenceProperties const &rhs) VULKAN_HPP_NOEXCEPT | |
ExternalFenceProperties & | operator= (ExternalFenceProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
ExternalFenceProperties & | operator= (VkExternalFenceProperties const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkExternalFenceProperties const & () const VULKAN_HPP_NOEXCEPT | |
operator VkExternalFenceProperties & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (ExternalFenceProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (ExternalFenceProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eExternalFenceProperties |
Definition at line 36062 of file vulkan_structs.hpp.
Definition at line 36064 of file vulkan_structs.hpp.
|
inline |
Definition at line 36070 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 36083 of file vulkan_structs.hpp.
|
inline |
Definition at line 36102 of file vulkan_structs.hpp.
|
inline |
Definition at line 36097 of file vulkan_structs.hpp.
|
inline |
Definition at line 36136 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 36091 of file vulkan_structs.hpp.
|
inline |
Definition at line 36126 of file vulkan_structs.hpp.
|
static |
Definition at line 36066 of file vulkan_structs.hpp.
vk::ExternalFenceHandleTypeFlags vk::ExternalFenceProperties::compatibleHandleTypes = {} |
Definition at line 36146 of file vulkan_structs.hpp.
vk::ExternalFenceHandleTypeFlags vk::ExternalFenceProperties::exportFromImportedHandleTypes = {} |
Definition at line 36145 of file vulkan_structs.hpp.
vk::ExternalFenceFeatureFlags vk::ExternalFenceProperties::externalFenceFeatures = {} |
Definition at line 36147 of file vulkan_structs.hpp.
void* vk::ExternalFenceProperties::pNext = {} |
Definition at line 36144 of file vulkan_structs.hpp.
|
static |
Definition at line 36067 of file vulkan_structs.hpp.
vk::StructureType vk::ExternalFenceProperties::sType = StructureType::eExternalFenceProperties |
Definition at line 36143 of file vulkan_structs.hpp.