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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkFramebufferAttachmentsCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR FramebufferAttachmentsCreateInfo (uint32_t attachmentImageInfoCount_={}, const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo *pAttachmentImageInfos_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR FramebufferAttachmentsCreateInfo (FramebufferAttachmentsCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 FramebufferAttachmentsCreateInfo (VkFramebufferAttachmentsCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
 FramebufferAttachmentsCreateInfo (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo > const &attachmentImageInfos_, const void *pNext_=nullptr)
 
FramebufferAttachmentsCreateInfooperator= (FramebufferAttachmentsCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
FramebufferAttachmentsCreateInfooperator= (VkFramebufferAttachmentsCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
FramebufferAttachmentsCreateInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
FramebufferAttachmentsCreateInfo
setAttachmentImageInfoCount (uint32_t attachmentImageInfoCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
FramebufferAttachmentsCreateInfo
setPAttachmentImageInfos (const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo *pAttachmentImageInfos_) VULKAN_HPP_NOEXCEPT
 
FramebufferAttachmentsCreateInfosetAttachmentImageInfos (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo > const &attachmentImageInfos_) VULKAN_HPP_NOEXCEPT
 
 operator VkFramebufferAttachmentsCreateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkFramebufferAttachmentsCreateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (FramebufferAttachmentsCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (FramebufferAttachmentsCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eFramebufferAttachmentsCreateInfo
 
const voidpNext = {}
 
uint32_t attachmentImageInfoCount = {}
 
const
VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo
pAttachmentImageInfos = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 33862 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::FramebufferAttachmentsCreateInfo ( uint32_t  attachmentImageInfoCount_ = {},
const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo pAttachmentImageInfos_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 33870 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::FramebufferAttachmentsCreateInfo ( FramebufferAttachmentsCreateInfo const rhs)
default
VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::FramebufferAttachmentsCreateInfo ( VkFramebufferAttachmentsCreateInfo const rhs)
inline

Definition at line 33881 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::FramebufferAttachmentsCreateInfo ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo > const attachmentImageInfos_,
const void pNext_ = nullptr 
)
inline

Definition at line 33887 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::operator VkFramebufferAttachmentsCreateInfo & ( )
inline

Definition at line 33943 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::operator VkFramebufferAttachmentsCreateInfo const & ( ) const
inline

Definition at line 33938 of file vulkan_structs.hpp.

FramebufferAttachmentsCreateInfo& VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::operator= ( FramebufferAttachmentsCreateInfo const rhs)
default
FramebufferAttachmentsCreateInfo& VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::operator= ( VkFramebufferAttachmentsCreateInfo const rhs)
inline

Definition at line 33900 of file vulkan_structs.hpp.

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

Definition at line 33966 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 FramebufferAttachmentsCreateInfo& VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::setAttachmentImageInfoCount ( uint32_t  attachmentImageInfoCount_)
inline

Definition at line 33913 of file vulkan_structs.hpp.

FramebufferAttachmentsCreateInfo& VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::setAttachmentImageInfos ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo > const attachmentImageInfos_)
inline

Definition at line 33927 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 FramebufferAttachmentsCreateInfo& VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::setPAttachmentImageInfos ( const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo pAttachmentImageInfos_)
inline

Definition at line 33920 of file vulkan_structs.hpp.

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

Definition at line 33907 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 33866 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::attachmentImageInfoCount = {}

Definition at line 33985 of file vulkan_structs.hpp.

const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo* VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::pAttachmentImageInfos = {}

Definition at line 33986 of file vulkan_structs.hpp.

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

Definition at line 33984 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::structureType = StructureType::eFramebufferAttachmentsCreateInfo
static

Definition at line 33867 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo::sType = StructureType::eFramebufferAttachmentsCreateInfo

Definition at line 33983 of file vulkan_structs.hpp.


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