|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | MemoryHostPointerPropertiesEXT (uint32_t memoryTypeBits_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | MemoryHostPointerPropertiesEXT (MemoryHostPointerPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default |
| MemoryHostPointerPropertiesEXT (VkMemoryHostPointerPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT | |
| MemoryHostPointerPropertiesEXT & | operator= (VkMemoryHostPointerPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT |
| MemoryHostPointerPropertiesEXT & | operator= (MemoryHostPointerPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT |
| operator VkMemoryHostPointerPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkMemoryHostPointerPropertiesEXT & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (MemoryHostPointerPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (MemoryHostPointerPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT |
Data Fields | |
| const VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eMemoryHostPointerPropertiesEXT |
| void * | pNext = {} |
| uint32_t | memoryTypeBits = {} |
Static Public Attributes | |
| static const bool | allowDuplicate = false |
| static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eMemoryHostPointerPropertiesEXT |
Definition at line 45096 of file vulkan.hpp.
|
inline |
Definition at line 45102 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 45108 of file vulkan.hpp.
|
inline |
Definition at line 45132 of file vulkan.hpp.
|
inline |
Definition at line 45127 of file vulkan.hpp.
|
inline |
Definition at line 45148 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 45120 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 45114 of file vulkan.hpp.
|
inline |
Definition at line 45141 of file vulkan.hpp.
|
static |
Definition at line 45098 of file vulkan.hpp.
| uint32_t VULKAN_HPP_NAMESPACE::MemoryHostPointerPropertiesEXT::memoryTypeBits = {} |
Definition at line 45159 of file vulkan.hpp.
| void* VULKAN_HPP_NAMESPACE::MemoryHostPointerPropertiesEXT::pNext = {} |
Definition at line 45158 of file vulkan.hpp.
|
static |
Definition at line 45099 of file vulkan.hpp.
| const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::MemoryHostPointerPropertiesEXT::sType = StructureType::eMemoryHostPointerPropertiesEXT |
Definition at line 45157 of file vulkan.hpp.