RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::SparseMemoryBind Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::SparseMemoryBind:
[legend]

Public Member Functions

 SparseMemoryBind (DeviceSize resourceOffset_=0, DeviceSize size_=0, DeviceMemory memory_=DeviceMemory(), DeviceSize memoryOffset_=0, SparseMemoryBindFlags flags_=SparseMemoryBindFlags())
 
 SparseMemoryBind (VkSparseMemoryBind const &rhs)
 
SparseMemoryBindoperator= (VkSparseMemoryBind const &rhs)
 
SparseMemoryBindsetResourceOffset (DeviceSize resourceOffset_)
 
SparseMemoryBindsetSize (DeviceSize size_)
 
SparseMemoryBindsetMemory (DeviceMemory memory_)
 
SparseMemoryBindsetMemoryOffset (DeviceSize memoryOffset_)
 
SparseMemoryBindsetFlags (SparseMemoryBindFlags flags_)
 
 operator const VkSparseMemoryBind & () const
 
bool operator== (SparseMemoryBind const &rhs) const
 
bool operator!= (SparseMemoryBind const &rhs) const
 

Public Attributes

DeviceSize resourceOffset
 
DeviceSize size
 
DeviceMemory memory
 
DeviceSize memoryOffset
 
SparseMemoryBindFlags flags
 

Constructor & Destructor Documentation

◆ SparseMemoryBind() [1/2]

VULKAN_HPP_NAMESPACE::SparseMemoryBind::SparseMemoryBind ( DeviceSize  resourceOffset_ = 0,
DeviceSize  size_ = 0,
DeviceMemory  memory_ = DeviceMemory(),
DeviceSize  memoryOffset_ = 0,
SparseMemoryBindFlags  flags_ = SparseMemoryBindFlags() 
)
inline

◆ SparseMemoryBind() [2/2]

VULKAN_HPP_NAMESPACE::SparseMemoryBind::SparseMemoryBind ( VkSparseMemoryBind const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkSparseMemoryBind &()

VULKAN_HPP_NAMESPACE::SparseMemoryBind::operator const VkSparseMemoryBind & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::SparseMemoryBind::operator!= ( SparseMemoryBind const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

SparseMemoryBind& VULKAN_HPP_NAMESPACE::SparseMemoryBind::operator= ( VkSparseMemoryBind const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::SparseMemoryBind::operator== ( SparseMemoryBind const rhs) const
inline
Here is the caller graph for this function:

◆ setFlags()

SparseMemoryBind& VULKAN_HPP_NAMESPACE::SparseMemoryBind::setFlags ( SparseMemoryBindFlags  flags_)
inline

◆ setMemory()

SparseMemoryBind& VULKAN_HPP_NAMESPACE::SparseMemoryBind::setMemory ( DeviceMemory  memory_)
inline

◆ setMemoryOffset()

SparseMemoryBind& VULKAN_HPP_NAMESPACE::SparseMemoryBind::setMemoryOffset ( DeviceSize  memoryOffset_)
inline

◆ setResourceOffset()

SparseMemoryBind& VULKAN_HPP_NAMESPACE::SparseMemoryBind::setResourceOffset ( DeviceSize  resourceOffset_)
inline

◆ setSize()

SparseMemoryBind& VULKAN_HPP_NAMESPACE::SparseMemoryBind::setSize ( DeviceSize  size_)
inline

Member Data Documentation

◆ flags

SparseMemoryBindFlags VULKAN_HPP_NAMESPACE::SparseMemoryBind::flags

◆ memory

DeviceMemory VULKAN_HPP_NAMESPACE::SparseMemoryBind::memory

◆ memoryOffset

DeviceSize VULKAN_HPP_NAMESPACE::SparseMemoryBind::memoryOffset

◆ resourceOffset

DeviceSize VULKAN_HPP_NAMESPACE::SparseMemoryBind::resourceOffset

◆ size

DeviceSize VULKAN_HPP_NAMESPACE::SparseMemoryBind::size

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