Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkImportSemaphoreFdInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eImportSemaphoreFdInfoKHR |
const void * | pNext = {} |
vk::Semaphore | semaphore = {} |
vk::SemaphoreImportFlags | flags = {} |
vk::ExternalSemaphoreHandleTypeFlagBits | handleType = vk::ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd |
int | fd = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eImportSemaphoreFdInfoKHR |
Definition at line 48147 of file vulkan_structs.hpp.
Definition at line 48149 of file vulkan_structs.hpp.
|
inline |
Definition at line 48155 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 48171 of file vulkan_structs.hpp.
|
inline |
Definition at line 48223 of file vulkan_structs.hpp.
|
inline |
Definition at line 48218 of file vulkan_structs.hpp.
|
inline |
Definition at line 48258 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 48179 of file vulkan_structs.hpp.
|
inline |
Definition at line 48248 of file vulkan_structs.hpp.
|
inline |
Definition at line 48211 of file vulkan_structs.hpp.
|
inline |
Definition at line 48198 of file vulkan_structs.hpp.
|
inline |
Definition at line 48205 of file vulkan_structs.hpp.
|
inline |
Definition at line 48186 of file vulkan_structs.hpp.
|
inline |
Definition at line 48192 of file vulkan_structs.hpp.
|
static |
Definition at line 48151 of file vulkan_structs.hpp.
int vk::ImportSemaphoreFdInfoKHR::fd = {} |
Definition at line 48270 of file vulkan_structs.hpp.
vk::SemaphoreImportFlags vk::ImportSemaphoreFdInfoKHR::flags = {} |
Definition at line 48268 of file vulkan_structs.hpp.
vk::ExternalSemaphoreHandleTypeFlagBits vk::ImportSemaphoreFdInfoKHR::handleType = vk::ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd |
Definition at line 48269 of file vulkan_structs.hpp.
const void* vk::ImportSemaphoreFdInfoKHR::pNext = {} |
Definition at line 48266 of file vulkan_structs.hpp.
vk::Semaphore vk::ImportSemaphoreFdInfoKHR::semaphore = {} |
Definition at line 48267 of file vulkan_structs.hpp.
|
static |
Definition at line 48152 of file vulkan_structs.hpp.
vk::StructureType vk::ImportSemaphoreFdInfoKHR::sType = StructureType::eImportSemaphoreFdInfoKHR |
Definition at line 48265 of file vulkan_structs.hpp.