Lines Matching defs:RenderPassInputAttachmentAspectCreateInfo
76702 struct RenderPassInputAttachmentAspectCreateInfo struct
76704 static const bool allowDuplicate = false;
76708 …VULKAN_HPP_CONSTEXPR RenderPassInputAttachmentAspectCreateInfo(uint32_t aspectReferenceCount_ = {}… in RenderPassInputAttachmentAspectCreateInfo() function
76714 …RenderPassInputAttachmentAspectCreateInfo( VkRenderPassInputAttachmentAspectCreateInfo const & rhs… in RenderPassInputAttachmentAspectCreateInfo() function
76720 …RenderPassInputAttachmentAspectCreateInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VUL… in RenderPassInputAttachmentAspectCreateInfo() function
76728 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo const *>… in operator =()
76732 …CreateInfo & operator=( RenderPassInputAttachmentAspectCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
76738 RenderPassInputAttachmentAspectCreateInfo & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
76744 …entAspectCreateInfo & setAspectReferenceCount( uint32_t aspectReferenceCount_ ) VULKAN_HPP_NOEXCEPT in setAspectReferenceCount()
76750 …onst VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference* pAspectReferences_ ) VULKAN_HPP_NOEXCEPT in setPAspectReferences()
76757 …Temporaries<const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference> const & aspectReferences_ … in setAspectReferences()
76766 operator VkRenderPassInputAttachmentAspectCreateInfo const&() const VULKAN_HPP_NOEXCEPT in operator VkRenderPassInputAttachmentAspectCreateInfo const&()
76771 operator VkRenderPassInputAttachmentAspectCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkRenderPassInputAttachmentAspectCreateInfo&()
76780 … bool operator==( RenderPassInputAttachmentAspectCreateInfo const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
76788 … bool operator!=( RenderPassInputAttachmentAspectCreateInfo const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
76797 …KAN_HPP_NAMESPACE::StructureType sType = StructureType::eRenderPassInputAttachmentAspectCreateInfo;
76798 const void* pNext = {};
76799 uint32_t aspectReferenceCount = {};
76800 const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference* pAspectReferences = {};