Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPhysicalDeviceExternalBufferInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::ePhysicalDeviceExternalBufferInfo |
const void * | pNext = {} |
vk::BufferCreateFlags | flags = {} |
vk::BufferUsageFlags | usage = {} |
vk::ExternalMemoryHandleTypeFlagBits | handleType = vk::ExternalMemoryHandleTypeFlagBits::eOpaqueFd |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePhysicalDeviceExternalBufferInfo |
Definition at line 64254 of file vulkan_structs.hpp.
Definition at line 64256 of file vulkan_structs.hpp.
|
inline |
Definition at line 64262 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 64276 of file vulkan_structs.hpp.
|
inline |
Definition at line 64322 of file vulkan_structs.hpp.
|
inline |
Definition at line 64317 of file vulkan_structs.hpp.
|
inline |
Definition at line 64355 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 64284 of file vulkan_structs.hpp.
|
inline |
Definition at line 64346 of file vulkan_structs.hpp.
|
inline |
Definition at line 64297 of file vulkan_structs.hpp.
|
inline |
Definition at line 64310 of file vulkan_structs.hpp.
|
inline |
Definition at line 64291 of file vulkan_structs.hpp.
|
inline |
Definition at line 64303 of file vulkan_structs.hpp.
|
static |
Definition at line 64258 of file vulkan_structs.hpp.
vk::BufferCreateFlags vk::PhysicalDeviceExternalBufferInfo::flags = {} |
Definition at line 64364 of file vulkan_structs.hpp.
vk::ExternalMemoryHandleTypeFlagBits vk::PhysicalDeviceExternalBufferInfo::handleType = vk::ExternalMemoryHandleTypeFlagBits::eOpaqueFd |
Definition at line 64366 of file vulkan_structs.hpp.
const void* vk::PhysicalDeviceExternalBufferInfo::pNext = {} |
Definition at line 64363 of file vulkan_structs.hpp.
|
static |
Definition at line 64259 of file vulkan_structs.hpp.
vk::StructureType vk::PhysicalDeviceExternalBufferInfo::sType = StructureType::ePhysicalDeviceExternalBufferInfo |
Definition at line 64362 of file vulkan_structs.hpp.
vk::BufferUsageFlags vk::PhysicalDeviceExternalBufferInfo::usage = {} |
Definition at line 64365 of file vulkan_structs.hpp.