Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkImportMemoryFdInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eImportMemoryFdInfoKHR |
const void * | pNext = {} |
vk::ExternalMemoryHandleTypeFlagBits | handleType = vk::ExternalMemoryHandleTypeFlagBits::eOpaqueFd |
int | fd = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eImportMemoryFdInfoKHR |
Definition at line 47077 of file vulkan_structs.hpp.
Definition at line 47079 of file vulkan_structs.hpp.
|
inline |
Definition at line 47085 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 47097 of file vulkan_structs.hpp.
|
inline |
Definition at line 47136 of file vulkan_structs.hpp.
|
inline |
Definition at line 47131 of file vulkan_structs.hpp.
|
inline |
Definition at line 47165 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 47105 of file vulkan_structs.hpp.
|
inline |
Definition at line 47156 of file vulkan_structs.hpp.
|
inline |
Definition at line 47124 of file vulkan_structs.hpp.
|
inline |
Definition at line 47118 of file vulkan_structs.hpp.
|
inline |
Definition at line 47112 of file vulkan_structs.hpp.
|
static |
Definition at line 47081 of file vulkan_structs.hpp.
int vk::ImportMemoryFdInfoKHR::fd = {} |
Definition at line 47175 of file vulkan_structs.hpp.
vk::ExternalMemoryHandleTypeFlagBits vk::ImportMemoryFdInfoKHR::handleType = vk::ExternalMemoryHandleTypeFlagBits::eOpaqueFd |
Definition at line 47174 of file vulkan_structs.hpp.
const void* vk::ImportMemoryFdInfoKHR::pNext = {} |
Definition at line 47173 of file vulkan_structs.hpp.
|
static |
Definition at line 47082 of file vulkan_structs.hpp.
vk::StructureType vk::ImportMemoryFdInfoKHR::sType = StructureType::eImportMemoryFdInfoKHR |
Definition at line 47172 of file vulkan_structs.hpp.