Lines Matching defs:FramebufferAttachmentsCreateInfo
38280 struct FramebufferAttachmentsCreateInfo struct
38282 using NativeType = VkFramebufferAttachmentsCreateInfo;
38284 static const bool allowDuplicate = false;
38285 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;
38288 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() argument
38299 …FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function
38305 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
38320 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()
38325 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
38331 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
38338 …VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo * pAttachmentImageInfos_ ) VULKAN_HPP_NOEXCEPT in setPAttachmentImageInfos()
38345 FramebufferAttachmentsCreateInfo & setAttachmentImageInfos( in setAttachmentImageInfos()
38356 operator VkFramebufferAttachmentsCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkFramebufferAttachmentsCreateInfo const&()
38361 operator VkFramebufferAttachmentsCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkFramebufferAttachmentsCreateInfo&()
38375 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
38384 bool operator==( FramebufferAttachmentsCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
38394 bool operator!=( FramebufferAttachmentsCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
38401 … sType = StructureType::eFramebufferAttachmentsCreateInfo;
38402 const void * pNext = {};
38403 uint32_t attachmentImageInfoCount = {};
38404 const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo * pAttachmentImageInfos = {};