Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkExternalBufferProperties |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | ExternalBufferProperties (vk::ExternalMemoryProperties externalMemoryProperties_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | ExternalBufferProperties (ExternalBufferProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
ExternalBufferProperties (VkExternalBufferProperties const &rhs) VULKAN_HPP_NOEXCEPT | |
ExternalBufferProperties & | operator= (ExternalBufferProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
ExternalBufferProperties & | operator= (VkExternalBufferProperties const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkExternalBufferProperties const & () const VULKAN_HPP_NOEXCEPT | |
operator VkExternalBufferProperties & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (ExternalBufferProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (ExternalBufferProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::eExternalBufferProperties |
void * | pNext = {} |
vk::ExternalMemoryProperties | externalMemoryProperties = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eExternalBufferProperties |
Definition at line 35977 of file vulkan_structs.hpp.
Definition at line 35979 of file vulkan_structs.hpp.
|
inline |
Definition at line 35985 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 35994 of file vulkan_structs.hpp.
|
inline |
Definition at line 36013 of file vulkan_structs.hpp.
|
inline |
Definition at line 36008 of file vulkan_structs.hpp.
|
inline |
Definition at line 36042 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 36002 of file vulkan_structs.hpp.
|
inline |
Definition at line 36033 of file vulkan_structs.hpp.
|
static |
Definition at line 35981 of file vulkan_structs.hpp.
vk::ExternalMemoryProperties vk::ExternalBufferProperties::externalMemoryProperties = {} |
Definition at line 36051 of file vulkan_structs.hpp.
void* vk::ExternalBufferProperties::pNext = {} |
Definition at line 36050 of file vulkan_structs.hpp.
|
static |
Definition at line 35982 of file vulkan_structs.hpp.
vk::StructureType vk::ExternalBufferProperties::sType = StructureType::eExternalBufferProperties |
Definition at line 36049 of file vulkan_structs.hpp.