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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo:
[legend]

Public Member Functions

 RenderPassInputAttachmentAspectCreateInfo (uint32_t aspectReferenceCount_=0, const InputAttachmentAspectReference *pAspectReferences_=nullptr)
 
 RenderPassInputAttachmentAspectCreateInfo (VkRenderPassInputAttachmentAspectCreateInfo const &rhs)
 
RenderPassInputAttachmentAspectCreateInfooperator= (VkRenderPassInputAttachmentAspectCreateInfo const &rhs)
 
RenderPassInputAttachmentAspectCreateInfosetPNext (const void *pNext_)
 
RenderPassInputAttachmentAspectCreateInfosetAspectReferenceCount (uint32_t aspectReferenceCount_)
 
RenderPassInputAttachmentAspectCreateInfosetPAspectReferences (const InputAttachmentAspectReference *pAspectReferences_)
 
 operator const VkRenderPassInputAttachmentAspectCreateInfo & () const
 
bool operator== (RenderPassInputAttachmentAspectCreateInfo const &rhs) const
 
bool operator!= (RenderPassInputAttachmentAspectCreateInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
uint32_t aspectReferenceCount
 
const InputAttachmentAspectReferencepAspectReferences
 

Private Attributes

StructureType sType = StructureType::eRenderPassInputAttachmentAspectCreateInfo
 

Constructor & Destructor Documentation

◆ RenderPassInputAttachmentAspectCreateInfo() [1/2]

VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::RenderPassInputAttachmentAspectCreateInfo ( uint32_t  aspectReferenceCount_ = 0,
const InputAttachmentAspectReference pAspectReferences_ = nullptr 
)
inline

◆ RenderPassInputAttachmentAspectCreateInfo() [2/2]

VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::RenderPassInputAttachmentAspectCreateInfo ( VkRenderPassInputAttachmentAspectCreateInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkRenderPassInputAttachmentAspectCreateInfo &()

VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::operator const VkRenderPassInputAttachmentAspectCreateInfo & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setAspectReferenceCount()

RenderPassInputAttachmentAspectCreateInfo& VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::setAspectReferenceCount ( uint32_t  aspectReferenceCount_)
inline

◆ setPAspectReferences()

RenderPassInputAttachmentAspectCreateInfo& VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::setPAspectReferences ( const InputAttachmentAspectReference pAspectReferences_)
inline

◆ setPNext()

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

Member Data Documentation

◆ aspectReferenceCount

uint32_t VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::aspectReferenceCount

◆ pAspectReferences

const InputAttachmentAspectReference* VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::pAspectReferences

◆ pNext

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

◆ sType

StructureType VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::sType = StructureType::eRenderPassInputAttachmentAspectCreateInfo
private

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