Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkMemoryHostPointerPropertiesEXT |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | MemoryHostPointerPropertiesEXT (uint32_t memoryTypeBits_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | MemoryHostPointerPropertiesEXT (MemoryHostPointerPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default |
MemoryHostPointerPropertiesEXT (VkMemoryHostPointerPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT | |
MemoryHostPointerPropertiesEXT & | operator= (MemoryHostPointerPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default |
MemoryHostPointerPropertiesEXT & | operator= (VkMemoryHostPointerPropertiesEXT 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 |
Public Attributes | |
vk::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 51703 of file vulkan_structs.hpp.
Definition at line 51705 of file vulkan_structs.hpp.
|
inline |
Definition at line 51711 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 51719 of file vulkan_structs.hpp.
|
inline |
Definition at line 51738 of file vulkan_structs.hpp.
|
inline |
Definition at line 51733 of file vulkan_structs.hpp.
|
inline |
Definition at line 51767 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 51727 of file vulkan_structs.hpp.
|
inline |
Definition at line 51758 of file vulkan_structs.hpp.
|
static |
Definition at line 51707 of file vulkan_structs.hpp.
uint32_t vk::MemoryHostPointerPropertiesEXT::memoryTypeBits = {} |
Definition at line 51776 of file vulkan_structs.hpp.
void* vk::MemoryHostPointerPropertiesEXT::pNext = {} |
Definition at line 51775 of file vulkan_structs.hpp.
|
static |
Definition at line 51708 of file vulkan_structs.hpp.
vk::StructureType vk::MemoryHostPointerPropertiesEXT::sType = StructureType::eMemoryHostPointerPropertiesEXT |
Definition at line 51774 of file vulkan_structs.hpp.