HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkAttachmentSampleLocationsEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR AttachmentSampleLocationsEXT (uint32_t attachmentIndex_={}, VULKAN_HPP_NAMESPACE::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
AttachmentSampleLocationsEXT
setAttachmentIndex (uint32_t attachmentIndex_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
AttachmentSampleLocationsEXT
setSampleLocationsInfo (VULKAN_HPP_NAMESPACE::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 = {}
 
VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT sampleLocationsInfo = {}
 

Detailed Description

Definition at line 6434 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 6439 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::AttachmentSampleLocationsEXT ( AttachmentSampleLocationsEXT const rhs)
default
VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::AttachmentSampleLocationsEXT ( VkAttachmentSampleLocationsEXT const rhs)
inline

Definition at line 6448 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 6482 of file vulkan_structs.hpp.

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

Definition at line 6477 of file vulkan_structs.hpp.

AttachmentSampleLocationsEXT& VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::operator= ( AttachmentSampleLocationsEXT const rhs)
default
AttachmentSampleLocationsEXT& VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::operator= ( VkAttachmentSampleLocationsEXT const rhs)
inline

Definition at line 6456 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::operator== ( AttachmentSampleLocationsEXT const rhs) const
inline

Definition at line 6502 of file vulkan_structs.hpp.

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

Definition at line 6463 of file vulkan_structs.hpp.

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

Definition at line 6470 of file vulkan_structs.hpp.

Member Data Documentation

uint32_t VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::attachmentIndex = {}

Definition at line 6518 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::sampleLocationsInfo = {}

Definition at line 6519 of file vulkan_structs.hpp.


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