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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV:
[legend]

Public Member Functions

 DedicatedAllocationMemoryAllocateInfoNV (Image image_=Image(), Buffer buffer_=Buffer())
 
 DedicatedAllocationMemoryAllocateInfoNV (VkDedicatedAllocationMemoryAllocateInfoNV const &rhs)
 
DedicatedAllocationMemoryAllocateInfoNVoperator= (VkDedicatedAllocationMemoryAllocateInfoNV const &rhs)
 
DedicatedAllocationMemoryAllocateInfoNVsetPNext (const void *pNext_)
 
DedicatedAllocationMemoryAllocateInfoNVsetImage (Image image_)
 
DedicatedAllocationMemoryAllocateInfoNVsetBuffer (Buffer buffer_)
 
 operator const VkDedicatedAllocationMemoryAllocateInfoNV & () const
 
bool operator== (DedicatedAllocationMemoryAllocateInfoNV const &rhs) const
 
bool operator!= (DedicatedAllocationMemoryAllocateInfoNV const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
Image image
 
Buffer buffer
 

Private Attributes

StructureType sType = StructureType::eDedicatedAllocationMemoryAllocateInfoNV
 

Constructor & Destructor Documentation

◆ DedicatedAllocationMemoryAllocateInfoNV() [1/2]

VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::DedicatedAllocationMemoryAllocateInfoNV ( Image  image_ = Image(),
Buffer  buffer_ = Buffer() 
)
inline

◆ DedicatedAllocationMemoryAllocateInfoNV() [2/2]

VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::DedicatedAllocationMemoryAllocateInfoNV ( VkDedicatedAllocationMemoryAllocateInfoNV const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkDedicatedAllocationMemoryAllocateInfoNV &()

VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::operator const VkDedicatedAllocationMemoryAllocateInfoNV & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setBuffer()

DedicatedAllocationMemoryAllocateInfoNV& VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::setBuffer ( Buffer  buffer_)
inline

◆ setImage()

DedicatedAllocationMemoryAllocateInfoNV& VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::setImage ( Image  image_)
inline

◆ setPNext()

DedicatedAllocationMemoryAllocateInfoNV& VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::setPNext ( const void pNext_)
inline

Member Data Documentation

◆ buffer

Buffer VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::buffer

◆ image

Image VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::image

◆ pNext

const void* VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::sType = StructureType::eDedicatedAllocationMemoryAllocateInfoNV
private

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