Lines Matching defs:FramebufferAttachmentsCreateInfo
38419 struct FramebufferAttachmentsCreateInfo struct
38421 using NativeType = VkFramebufferAttachmentsCreateInfo;
38423 static const bool allowDuplicate = false;
38424 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;
38427 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() function
38438 …FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function
38444 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
38459 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()
38464 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
38470 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
38477 …VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo * pAttachmentImageInfos_ ) VULKAN_HPP_NOEXCEPT in setPAttachmentImageInfos()
38484 FramebufferAttachmentsCreateInfo & setAttachmentImageInfos( in setAttachmentImageInfos()
38495 operator VkFramebufferAttachmentsCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkFramebufferAttachmentsCreateInfo const&()
38500 operator VkFramebufferAttachmentsCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkFramebufferAttachmentsCreateInfo&()
38514 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
38523 bool operator==( FramebufferAttachmentsCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
38533 bool operator!=( FramebufferAttachmentsCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
38540 … sType = StructureType::eFramebufferAttachmentsCreateInfo;
38541 const void * pNext = {};
38542 uint32_t attachmentImageInfoCount = {};
38543 const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo * pAttachmentImageInfos = {};