Vulkan-Hpp
vk::AttachmentSampleLocationsEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkAttachmentSampleLocationsEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR AttachmentSampleLocationsEXT (uint32_t attachmentIndex_={}, vk::SampleLocationsInfoEXT sampleLocationsInfo_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR AttachmentSampleLocationsEXT (AttachmentSampleLocationsEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 AttachmentSampleLocationsEXT (VkAttachmentSampleLocationsEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
AttachmentSampleLocationsEXToperator= (AttachmentSampleLocationsEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
AttachmentSampleLocationsEXToperator= (VkAttachmentSampleLocationsEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 AttachmentSampleLocationsEXTsetAttachmentIndex (uint32_t attachmentIndex_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 AttachmentSampleLocationsEXTsetSampleLocationsInfo (vk::SampleLocationsInfoEXT const &sampleLocationsInfo_) VULKAN_HPP_NOEXCEPT
 
 operator VkAttachmentSampleLocationsEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkAttachmentSampleLocationsEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (AttachmentSampleLocationsEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (AttachmentSampleLocationsEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

uint32_t attachmentIndex = {}
 
vk::SampleLocationsInfoEXT sampleLocationsInfo = {}
 

Detailed Description

Definition at line 6867 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ AttachmentSampleLocationsEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::AttachmentSampleLocationsEXT::AttachmentSampleLocationsEXT ( uint32_t  attachmentIndex_ = {},
vk::SampleLocationsInfoEXT  sampleLocationsInfo_ = {} 
)
inline

Definition at line 6872 of file vulkan_structs.hpp.

◆ AttachmentSampleLocationsEXT() [2/3]

VULKAN_HPP_CONSTEXPR vk::AttachmentSampleLocationsEXT::AttachmentSampleLocationsEXT ( AttachmentSampleLocationsEXT const &  rhs)
default

◆ AttachmentSampleLocationsEXT() [3/3]

vk::AttachmentSampleLocationsEXT::AttachmentSampleLocationsEXT ( VkAttachmentSampleLocationsEXT const &  rhs)
inline

Definition at line 6881 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkAttachmentSampleLocationsEXT &()

vk::AttachmentSampleLocationsEXT::operator VkAttachmentSampleLocationsEXT & ( )
inline

Definition at line 6915 of file vulkan_structs.hpp.

◆ operator VkAttachmentSampleLocationsEXT const &()

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

Definition at line 6910 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::AttachmentSampleLocationsEXT::operator!= ( AttachmentSampleLocationsEXT const &  rhs) const
inline

Definition at line 6944 of file vulkan_structs.hpp.

◆ operator=() [1/2]

AttachmentSampleLocationsEXT& vk::AttachmentSampleLocationsEXT::operator= ( AttachmentSampleLocationsEXT const &  rhs)
default

◆ operator=() [2/2]

AttachmentSampleLocationsEXT& vk::AttachmentSampleLocationsEXT::operator= ( VkAttachmentSampleLocationsEXT const &  rhs)
inline

Definition at line 6889 of file vulkan_structs.hpp.

◆ operator==()

bool vk::AttachmentSampleLocationsEXT::operator== ( AttachmentSampleLocationsEXT const &  rhs) const
inline

Definition at line 6935 of file vulkan_structs.hpp.

◆ setAttachmentIndex()

VULKAN_HPP_CONSTEXPR_14 AttachmentSampleLocationsEXT& vk::AttachmentSampleLocationsEXT::setAttachmentIndex ( uint32_t  attachmentIndex_)
inline

Definition at line 6896 of file vulkan_structs.hpp.

◆ setSampleLocationsInfo()

VULKAN_HPP_CONSTEXPR_14 AttachmentSampleLocationsEXT& vk::AttachmentSampleLocationsEXT::setSampleLocationsInfo ( vk::SampleLocationsInfoEXT const &  sampleLocationsInfo_)
inline

Definition at line 6903 of file vulkan_structs.hpp.

Member Data Documentation

◆ attachmentIndex

uint32_t vk::AttachmentSampleLocationsEXT::attachmentIndex = {}

Definition at line 6951 of file vulkan_structs.hpp.

◆ sampleLocationsInfo

vk::SampleLocationsInfoEXT vk::AttachmentSampleLocationsEXT::sampleLocationsInfo = {}

Definition at line 6952 of file vulkan_structs.hpp.


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