|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::MappedMemoryRange:Public Member Functions | |
| MappedMemoryRange (DeviceMemory memory_=DeviceMemory(), DeviceSize offset_=0, DeviceSize size_=0) | |
| MappedMemoryRange (VkMappedMemoryRange const &rhs) | |
| MappedMemoryRange & | operator= (VkMappedMemoryRange const &rhs) |
| MappedMemoryRange & | setPNext (const void *pNext_) |
| MappedMemoryRange & | setMemory (DeviceMemory memory_) |
| MappedMemoryRange & | setOffset (DeviceSize offset_) |
| MappedMemoryRange & | setSize (DeviceSize size_) |
| operator VkMappedMemoryRange const & () const | |
| operator VkMappedMemoryRange & () | |
| bool | operator== (MappedMemoryRange const &rhs) const |
| bool | operator!= (MappedMemoryRange const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| DeviceMemory | memory |
| DeviceSize | offset |
| DeviceSize | size |
Private Attributes | |
| StructureType | sType = StructureType::eMappedMemoryRange |
Definition at line 9780 of file vulkan.hpp.
|
inline |
Definition at line 9782 of file vulkan.hpp.
|
inline |
Definition at line 9791 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 9830 of file vulkan.hpp.
|
inline |
Definition at line 9825 of file vulkan.hpp.
|
inline |
Definition at line 9844 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 9796 of file vulkan.hpp.
References memcpy.
|
inline |
|
inline |
Definition at line 9807 of file vulkan.hpp.
|
inline |
Definition at line 9813 of file vulkan.hpp.
|
inline |
Definition at line 9801 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 9819 of file vulkan.hpp.
| DeviceMemory VULKAN_HPP_NAMESPACE::MappedMemoryRange::memory |
Definition at line 9854 of file vulkan.hpp.
Referenced by operator==().
| DeviceSize VULKAN_HPP_NAMESPACE::MappedMemoryRange::offset |
Definition at line 9855 of file vulkan.hpp.
Referenced by operator==().
| const void* VULKAN_HPP_NAMESPACE::MappedMemoryRange::pNext = nullptr |
Definition at line 9853 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| DeviceSize VULKAN_HPP_NAMESPACE::MappedMemoryRange::size |
Definition at line 9856 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 9850 of file vulkan.hpp.
Referenced by operator==().