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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT:
[legend]

Public Member Functions

 AttachmentSampleLocationsEXT (uint32_t attachmentIndex_=0, SampleLocationsInfoEXT sampleLocationsInfo_=SampleLocationsInfoEXT())
 
 AttachmentSampleLocationsEXT (VkAttachmentSampleLocationsEXT const &rhs)
 
AttachmentSampleLocationsEXToperator= (VkAttachmentSampleLocationsEXT const &rhs)
 
AttachmentSampleLocationsEXTsetAttachmentIndex (uint32_t attachmentIndex_)
 
AttachmentSampleLocationsEXTsetSampleLocationsInfo (SampleLocationsInfoEXT sampleLocationsInfo_)
 
 operator const VkAttachmentSampleLocationsEXT & () const
 
bool operator== (AttachmentSampleLocationsEXT const &rhs) const
 
bool operator!= (AttachmentSampleLocationsEXT const &rhs) const
 

Public Attributes

uint32_t attachmentIndex
 
SampleLocationsInfoEXT sampleLocationsInfo
 

Constructor & Destructor Documentation

◆ AttachmentSampleLocationsEXT() [1/2]

VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::AttachmentSampleLocationsEXT ( uint32_t  attachmentIndex_ = 0,
SampleLocationsInfoEXT  sampleLocationsInfo_ = SampleLocationsInfoEXT() 
)
inline

◆ AttachmentSampleLocationsEXT() [2/2]

VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::AttachmentSampleLocationsEXT ( VkAttachmentSampleLocationsEXT const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkAttachmentSampleLocationsEXT &()

VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::operator const VkAttachmentSampleLocationsEXT & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setAttachmentIndex()

AttachmentSampleLocationsEXT& VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::setAttachmentIndex ( uint32_t  attachmentIndex_)
inline

◆ setSampleLocationsInfo()

AttachmentSampleLocationsEXT& VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::setSampleLocationsInfo ( SampleLocationsInfoEXT  sampleLocationsInfo_)
inline

Member Data Documentation

◆ attachmentIndex

uint32_t VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::attachmentIndex

◆ sampleLocationsInfo

SampleLocationsInfoEXT VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::sampleLocationsInfo

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