|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::ExternalBufferProperties:Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | ExternalBufferProperties (VULKAN_HPP_NAMESPACE::ExternalMemoryProperties externalMemoryProperties_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | ExternalBufferProperties (ExternalBufferProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
| ExternalBufferProperties (VkExternalBufferProperties const &rhs) VULKAN_HPP_NOEXCEPT | |
| ExternalBufferProperties & | operator= (VkExternalBufferProperties const &rhs) VULKAN_HPP_NOEXCEPT |
| ExternalBufferProperties & | operator= (ExternalBufferProperties 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 |
Data Fields | |
| const VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eExternalBufferProperties |
| void * | pNext = {} |
| VULKAN_HPP_NAMESPACE::ExternalMemoryProperties | externalMemoryProperties = {} |
Static Public Attributes | |
| static const bool | allowDuplicate = false |
| static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eExternalBufferProperties |
Definition at line 51206 of file vulkan.hpp.
|
inline |
Definition at line 51212 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 51218 of file vulkan.hpp.
|
inline |
Definition at line 51242 of file vulkan.hpp.
|
inline |
Definition at line 51237 of file vulkan.hpp.
|
inline |
Definition at line 51258 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 51230 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 51224 of file vulkan.hpp.
|
inline |
Definition at line 51251 of file vulkan.hpp.
|
static |
Definition at line 51208 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::ExternalMemoryProperties VULKAN_HPP_NAMESPACE::ExternalBufferProperties::externalMemoryProperties = {} |
Definition at line 51269 of file vulkan.hpp.
| void* VULKAN_HPP_NAMESPACE::ExternalBufferProperties::pNext = {} |
Definition at line 51268 of file vulkan.hpp.
|
static |
Definition at line 51209 of file vulkan.hpp.
| const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::ExternalBufferProperties::sType = StructureType::eExternalBufferProperties |
Definition at line 51267 of file vulkan.hpp.