Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkImportFenceFdInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eImportFenceFdInfoKHR |
const void * | pNext = {} |
vk::Fence | fence = {} |
vk::FenceImportFlags | flags = {} |
vk::ExternalFenceHandleTypeFlagBits | handleType = vk::ExternalFenceHandleTypeFlagBits::eOpaqueFd |
int | fd = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eImportFenceFdInfoKHR |
Definition at line 46694 of file vulkan_structs.hpp.
Definition at line 46696 of file vulkan_structs.hpp.
|
inline |
Definition at line 46702 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 46718 of file vulkan_structs.hpp.
|
inline |
Definition at line 46769 of file vulkan_structs.hpp.
|
inline |
Definition at line 46764 of file vulkan_structs.hpp.
|
inline |
Definition at line 46804 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 46726 of file vulkan_structs.hpp.
|
inline |
Definition at line 46794 of file vulkan_structs.hpp.
|
inline |
Definition at line 46757 of file vulkan_structs.hpp.
|
inline |
Definition at line 46739 of file vulkan_structs.hpp.
|
inline |
Definition at line 46745 of file vulkan_structs.hpp.
|
inline |
Definition at line 46751 of file vulkan_structs.hpp.
|
inline |
Definition at line 46733 of file vulkan_structs.hpp.
|
static |
Definition at line 46698 of file vulkan_structs.hpp.
int vk::ImportFenceFdInfoKHR::fd = {} |
Definition at line 46816 of file vulkan_structs.hpp.
vk::Fence vk::ImportFenceFdInfoKHR::fence = {} |
Definition at line 46813 of file vulkan_structs.hpp.
vk::FenceImportFlags vk::ImportFenceFdInfoKHR::flags = {} |
Definition at line 46814 of file vulkan_structs.hpp.
vk::ExternalFenceHandleTypeFlagBits vk::ImportFenceFdInfoKHR::handleType = vk::ExternalFenceHandleTypeFlagBits::eOpaqueFd |
Definition at line 46815 of file vulkan_structs.hpp.
const void* vk::ImportFenceFdInfoKHR::pNext = {} |
Definition at line 46812 of file vulkan_structs.hpp.
|
static |
Definition at line 46699 of file vulkan_structs.hpp.
vk::StructureType vk::ImportFenceFdInfoKHR::sType = StructureType::eImportFenceFdInfoKHR |
Definition at line 46811 of file vulkan_structs.hpp.