Lines Matching defs:FramebufferAttachmentsCreateInfo
34791 struct FramebufferAttachmentsCreateInfo struct
34793 using NativeType = VkFramebufferAttachmentsCreateInfo;
34795 static const bool allowDuplicate = false;
34796 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;
34799 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() argument
34810 …FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function
34816 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
34831 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()
34836 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
34842 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
34849 …VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo * pAttachmentImageInfos_ ) VULKAN_HPP_NOEXCEPT in setPAttachmentImageInfos()
34856 FramebufferAttachmentsCreateInfo & setAttachmentImageInfos( in setAttachmentImageInfos()
34867 operator VkFramebufferAttachmentsCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkFramebufferAttachmentsCreateInfo const&()
34872 operator VkFramebufferAttachmentsCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkFramebufferAttachmentsCreateInfo&()
34886 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
34895 bool operator==( FramebufferAttachmentsCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
34905 bool operator!=( FramebufferAttachmentsCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
34912 … sType = StructureType::eFramebufferAttachmentsCreateInfo;
34913 const void * pNext = {};
34914 uint32_t attachmentImageInfoCount = {};
34915 const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo * pAttachmentImageInfos = {};