HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::MappedMemoryRange Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMappedMemoryRange
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MappedMemoryRange (VULKAN_HPP_NAMESPACE::DeviceMemory memory_={}, VULKAN_HPP_NAMESPACE::DeviceSize offset_={}, VULKAN_HPP_NAMESPACE::DeviceSize size_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR MappedMemoryRange (MappedMemoryRange const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 MappedMemoryRange (VkMappedMemoryRange const &rhs) VULKAN_HPP_NOEXCEPT
 
MappedMemoryRangeoperator= (MappedMemoryRange const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MappedMemoryRangeoperator= (VkMappedMemoryRange const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MappedMemoryRange
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MappedMemoryRange
setMemory (VULKAN_HPP_NAMESPACE::DeviceMemory memory_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MappedMemoryRange
setOffset (VULKAN_HPP_NAMESPACE::DeviceSize offset_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MappedMemoryRange
setSize (VULKAN_HPP_NAMESPACE::DeviceSize size_) VULKAN_HPP_NOEXCEPT
 
 operator VkMappedMemoryRange const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkMappedMemoryRange & () VULKAN_HPP_NOEXCEPT
 
bool operator== (MappedMemoryRange const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (MappedMemoryRange const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eMappedMemoryRange
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::DeviceMemory memory = {}
 
VULKAN_HPP_NAMESPACE::DeviceSize offset = {}
 
VULKAN_HPP_NAMESPACE::DeviceSize size = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType 
structureType = StructureType::eMappedMemoryRange
 

Detailed Description

Definition at line 44537 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::MappedMemoryRange::MappedMemoryRange ( VULKAN_HPP_NAMESPACE::DeviceMemory  memory_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  offset_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  size_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 44545 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::MappedMemoryRange::MappedMemoryRange ( MappedMemoryRange const rhs)
default
VULKAN_HPP_NAMESPACE::MappedMemoryRange::MappedMemoryRange ( VkMappedMemoryRange const rhs)
inline

Definition at line 44558 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::MappedMemoryRange::operator VkMappedMemoryRange & ( )
inline

Definition at line 44600 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::MappedMemoryRange::operator VkMappedMemoryRange const & ( ) const
inline

Definition at line 44595 of file vulkan_structs.hpp.

Definition at line 44633 of file vulkan_structs.hpp.

MappedMemoryRange& VULKAN_HPP_NAMESPACE::MappedMemoryRange::operator= ( MappedMemoryRange const rhs)
default
MappedMemoryRange& VULKAN_HPP_NAMESPACE::MappedMemoryRange::operator= ( VkMappedMemoryRange const rhs)
inline

Definition at line 44563 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::MappedMemoryRange::operator== ( MappedMemoryRange const rhs) const
inline

Definition at line 44624 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 MappedMemoryRange& VULKAN_HPP_NAMESPACE::MappedMemoryRange::setMemory ( VULKAN_HPP_NAMESPACE::DeviceMemory  memory_)
inline

Definition at line 44576 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 MappedMemoryRange& VULKAN_HPP_NAMESPACE::MappedMemoryRange::setOffset ( VULKAN_HPP_NAMESPACE::DeviceSize  offset_)
inline

Definition at line 44582 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 MappedMemoryRange& VULKAN_HPP_NAMESPACE::MappedMemoryRange::setPNext ( const void pNext_)
inline

Definition at line 44570 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 MappedMemoryRange& VULKAN_HPP_NAMESPACE::MappedMemoryRange::setSize ( VULKAN_HPP_NAMESPACE::DeviceSize  size_)
inline

Definition at line 44588 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::MappedMemoryRange::allowDuplicate = false
static

Definition at line 44541 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceMemory VULKAN_HPP_NAMESPACE::MappedMemoryRange::memory = {}

Definition at line 44642 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::MappedMemoryRange::offset = {}

Definition at line 44643 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::MappedMemoryRange::pNext = {}

Definition at line 44641 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::MappedMemoryRange::size = {}

Definition at line 44644 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::MappedMemoryRange::structureType = StructureType::eMappedMemoryRange
static

Definition at line 44542 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::MappedMemoryRange::sType = StructureType::eMappedMemoryRange

Definition at line 44640 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: