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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkAttachmentSampleCountInfoAMD
 

Public Member Functions

VULKAN_HPP_CONSTEXPR AttachmentSampleCountInfoAMD (uint32_t colorAttachmentCount_={}, const VULKAN_HPP_NAMESPACE::SampleCountFlagBits *pColorAttachmentSamples_={}, VULKAN_HPP_NAMESPACE::SampleCountFlagBits depthStencilAttachmentSamples_=VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR AttachmentSampleCountInfoAMD (AttachmentSampleCountInfoAMD const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 AttachmentSampleCountInfoAMD (VkAttachmentSampleCountInfoAMD const &rhs) VULKAN_HPP_NOEXCEPT
 
 AttachmentSampleCountInfoAMD (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::SampleCountFlagBits > const &colorAttachmentSamples_, VULKAN_HPP_NAMESPACE::SampleCountFlagBits depthStencilAttachmentSamples_=VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1, const void *pNext_=nullptr)
 
AttachmentSampleCountInfoAMDoperator= (AttachmentSampleCountInfoAMD const &rhs) VULKAN_HPP_NOEXCEPT=default
 
AttachmentSampleCountInfoAMDoperator= (VkAttachmentSampleCountInfoAMD const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
AttachmentSampleCountInfoAMD
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
AttachmentSampleCountInfoAMD
setColorAttachmentCount (uint32_t colorAttachmentCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
AttachmentSampleCountInfoAMD
setPColorAttachmentSamples (const VULKAN_HPP_NAMESPACE::SampleCountFlagBits *pColorAttachmentSamples_) VULKAN_HPP_NOEXCEPT
 
AttachmentSampleCountInfoAMDsetColorAttachmentSamples (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::SampleCountFlagBits > const &colorAttachmentSamples_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
AttachmentSampleCountInfoAMD
setDepthStencilAttachmentSamples (VULKAN_HPP_NAMESPACE::SampleCountFlagBits depthStencilAttachmentSamples_) VULKAN_HPP_NOEXCEPT
 
 operator VkAttachmentSampleCountInfoAMD const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkAttachmentSampleCountInfoAMD & () VULKAN_HPP_NOEXCEPT
 
bool operator== (AttachmentSampleCountInfoAMD const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (AttachmentSampleCountInfoAMD const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eAttachmentSampleCountInfoAMD
 
const voidpNext = {}
 
uint32_t colorAttachmentCount = {}
 
const
VULKAN_HPP_NAMESPACE::SampleCountFlagBits
pColorAttachmentSamples = {}
 
VULKAN_HPP_NAMESPACE::SampleCountFlagBits depthStencilAttachmentSamples = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1
 

Static Public Attributes

static const bool allowDuplicate = false
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType 
structureType = StructureType::eAttachmentSampleCountInfoAMD
 

Detailed Description

Definition at line 5962 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::AttachmentSampleCountInfoAMD ( uint32_t  colorAttachmentCount_ = {},
const VULKAN_HPP_NAMESPACE::SampleCountFlagBits pColorAttachmentSamples_ = {},
VULKAN_HPP_NAMESPACE::SampleCountFlagBits  depthStencilAttachmentSamples_ = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1,
const void pNext_ = nullptr 
)
inline

Definition at line 5971 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::AttachmentSampleCountInfoAMD ( AttachmentSampleCountInfoAMD const rhs)
default
VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::AttachmentSampleCountInfoAMD ( VkAttachmentSampleCountInfoAMD const rhs)
inline

Definition at line 5984 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::AttachmentSampleCountInfoAMD ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::SampleCountFlagBits > const colorAttachmentSamples_,
VULKAN_HPP_NAMESPACE::SampleCountFlagBits  depthStencilAttachmentSamples_ = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1,
const void pNext_ = nullptr 
)
inline

Definition at line 5990 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::operator VkAttachmentSampleCountInfoAMD & ( )
inline

Definition at line 6054 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::operator VkAttachmentSampleCountInfoAMD const & ( ) const
inline

Definition at line 6049 of file vulkan_structs.hpp.

AttachmentSampleCountInfoAMD& VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::operator= ( AttachmentSampleCountInfoAMD const rhs)
default
AttachmentSampleCountInfoAMD& VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::operator= ( VkAttachmentSampleCountInfoAMD const rhs)
inline

Definition at line 6005 of file vulkan_structs.hpp.

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

Definition at line 6078 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD& VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::setColorAttachmentCount ( uint32_t  colorAttachmentCount_)
inline

Definition at line 6018 of file vulkan_structs.hpp.

AttachmentSampleCountInfoAMD& VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::setColorAttachmentSamples ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::SampleCountFlagBits > const colorAttachmentSamples_)
inline

Definition at line 6032 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD& VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::setDepthStencilAttachmentSamples ( VULKAN_HPP_NAMESPACE::SampleCountFlagBits  depthStencilAttachmentSamples_)
inline

Definition at line 6042 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD& VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::setPColorAttachmentSamples ( const VULKAN_HPP_NAMESPACE::SampleCountFlagBits pColorAttachmentSamples_)
inline

Definition at line 6025 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD& VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::setPNext ( const void pNext_)
inline

Definition at line 6012 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::allowDuplicate = false
static

Definition at line 5966 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::colorAttachmentCount = {}

Definition at line 6097 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SampleCountFlagBits VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::depthStencilAttachmentSamples = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1

Definition at line 6099 of file vulkan_structs.hpp.

const VULKAN_HPP_NAMESPACE::SampleCountFlagBits* VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::pColorAttachmentSamples = {}

Definition at line 6098 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::pNext = {}

Definition at line 6096 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::structureType = StructureType::eAttachmentSampleCountInfoAMD
static

Definition at line 5967 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD::sType = StructureType::eAttachmentSampleCountInfoAMD

Definition at line 6095 of file vulkan_structs.hpp.


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