Vulkan-Hpp
vk::FramebufferAttachmentsCreateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkFramebufferAttachmentsCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR FramebufferAttachmentsCreateInfo (uint32_t attachmentImageInfoCount_={}, const vk::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 (vk::ArrayProxyNoTemporaries< const vk::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 FramebufferAttachmentsCreateInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 FramebufferAttachmentsCreateInfosetAttachmentImageInfoCount (uint32_t attachmentImageInfoCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 FramebufferAttachmentsCreateInfosetPAttachmentImageInfos (const vk::FramebufferAttachmentImageInfo *pAttachmentImageInfos_) VULKAN_HPP_NOEXCEPT
 
FramebufferAttachmentsCreateInfosetAttachmentImageInfos (vk::ArrayProxyNoTemporaries< const vk::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

vk::StructureType sType = StructureType::eFramebufferAttachmentsCreateInfo
 
const void * pNext = {}
 
uint32_t attachmentImageInfoCount = {}
 
const vk::FramebufferAttachmentImageInfopAttachmentImageInfos = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 38280 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ FramebufferAttachmentsCreateInfo() [1/4]

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

Definition at line 38288 of file vulkan_structs.hpp.

◆ FramebufferAttachmentsCreateInfo() [2/4]

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

◆ FramebufferAttachmentsCreateInfo() [3/4]

vk::FramebufferAttachmentsCreateInfo::FramebufferAttachmentsCreateInfo ( VkFramebufferAttachmentsCreateInfo const &  rhs)
inline

Definition at line 38299 of file vulkan_structs.hpp.

◆ FramebufferAttachmentsCreateInfo() [4/4]

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

Definition at line 38305 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkFramebufferAttachmentsCreateInfo &()

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

Definition at line 38361 of file vulkan_structs.hpp.

◆ operator VkFramebufferAttachmentsCreateInfo const &()

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

Definition at line 38356 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 38394 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

FramebufferAttachmentsCreateInfo& vk::FramebufferAttachmentsCreateInfo::operator= ( VkFramebufferAttachmentsCreateInfo const &  rhs)
inline

Definition at line 38318 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 38384 of file vulkan_structs.hpp.

◆ setAttachmentImageInfoCount()

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

Definition at line 38331 of file vulkan_structs.hpp.

◆ setAttachmentImageInfos()

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

Definition at line 38345 of file vulkan_structs.hpp.

◆ setPAttachmentImageInfos()

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

Definition at line 38338 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 FramebufferAttachmentsCreateInfo& vk::FramebufferAttachmentsCreateInfo::setPNext ( const void *  pNext_)
inline

Definition at line 38325 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 38284 of file vulkan_structs.hpp.

◆ attachmentImageInfoCount

uint32_t vk::FramebufferAttachmentsCreateInfo::attachmentImageInfoCount = {}

Definition at line 38403 of file vulkan_structs.hpp.

◆ pAttachmentImageInfos

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

Definition at line 38404 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 38402 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 38285 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::FramebufferAttachmentsCreateInfo::sType = StructureType::eFramebufferAttachmentsCreateInfo

Definition at line 38401 of file vulkan_structs.hpp.


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