Vulkan-Hpp
vk::MappedMemoryRange Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMappedMemoryRange
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MappedMemoryRange (vk::DeviceMemory memory_={}, vk::DeviceSize offset_={}, vk::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 MappedMemoryRangesetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MappedMemoryRangesetMemory (vk::DeviceMemory memory_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MappedMemoryRangesetOffset (vk::DeviceSize offset_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MappedMemoryRangesetSize (vk::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

vk::StructureType sType = StructureType::eMappedMemoryRange
 
const void * pNext = {}
 
vk::DeviceMemory memory = {}
 
vk::DeviceSize offset = {}
 
vk::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 50379 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ MappedMemoryRange() [1/3]

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

Definition at line 50387 of file vulkan_structs.hpp.

◆ MappedMemoryRange() [2/3]

VULKAN_HPP_CONSTEXPR vk::MappedMemoryRange::MappedMemoryRange ( MappedMemoryRange const &  rhs)
default

◆ MappedMemoryRange() [3/3]

vk::MappedMemoryRange::MappedMemoryRange ( VkMappedMemoryRange const &  rhs)
inline

Definition at line 50400 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkMappedMemoryRange &()

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

Definition at line 50442 of file vulkan_structs.hpp.

◆ operator VkMappedMemoryRange const &()

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

Definition at line 50437 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::MappedMemoryRange::operator!= ( MappedMemoryRange const &  rhs) const
inline

Definition at line 50475 of file vulkan_structs.hpp.

◆ operator=() [1/2]

MappedMemoryRange& vk::MappedMemoryRange::operator= ( MappedMemoryRange const &  rhs)
default

◆ operator=() [2/2]

MappedMemoryRange& vk::MappedMemoryRange::operator= ( VkMappedMemoryRange const &  rhs)
inline

Definition at line 50405 of file vulkan_structs.hpp.

◆ operator==()

bool vk::MappedMemoryRange::operator== ( MappedMemoryRange const &  rhs) const
inline

Definition at line 50466 of file vulkan_structs.hpp.

◆ setMemory()

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

Definition at line 50418 of file vulkan_structs.hpp.

◆ setOffset()

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

Definition at line 50424 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 MappedMemoryRange& vk::MappedMemoryRange::setPNext ( const void *  pNext_)
inline

Definition at line 50412 of file vulkan_structs.hpp.

◆ setSize()

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

Definition at line 50430 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 50383 of file vulkan_structs.hpp.

◆ memory

vk::DeviceMemory vk::MappedMemoryRange::memory = {}

Definition at line 50484 of file vulkan_structs.hpp.

◆ offset

vk::DeviceSize vk::MappedMemoryRange::offset = {}

Definition at line 50485 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 50483 of file vulkan_structs.hpp.

◆ size

vk::DeviceSize vk::MappedMemoryRange::size = {}

Definition at line 50486 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 50384 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::MappedMemoryRange::sType = StructureType::eMappedMemoryRange

Definition at line 50482 of file vulkan_structs.hpp.


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