Lines Matching defs:RenderPassInputAttachmentAspectCreateInfo
106621 struct RenderPassInputAttachmentAspectCreateInfo struct
106623 using NativeType = VkRenderPassInputAttachmentAspectCreateInfo;
106625 static const bool allowDuplicate = false;
106626 …CONSTEXPR StructureType structureType = StructureType::eRenderPassInputAttachmentAspectCreateInfo;
106629 …_CONSTEXPR RenderPassInputAttachmentAspectCreateInfo( uint32_t … in RenderPassInputAttachmentAspectCreateInfo() argument
106640 …RenderPassInputAttachmentAspectCreateInfo( VkRenderPassInputAttachmentAspectCreateInfo const & rhs… in RenderPassInputAttachmentAspectCreateInfo() function
106646 RenderPassInputAttachmentAspectCreateInfo( in RenderPassInputAttachmentAspectCreateInfo() function
106659 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo const *>… in operator =()
106664 …_14 RenderPassInputAttachmentAspectCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
106670 …entAspectCreateInfo & setAspectReferenceCount( uint32_t aspectReferenceCount_ ) VULKAN_HPP_NOEXCEPT in setAspectReferenceCount()
106677 …nst VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference * pAspectReferences_ ) VULKAN_HPP_NOEXCEPT in setPAspectReferences()
106684 RenderPassInputAttachmentAspectCreateInfo & setAspectReferences( in setAspectReferences()
106694 operator VkRenderPassInputAttachmentAspectCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkRenderPassInputAttachmentAspectCreateInfo const&()
106699 operator VkRenderPassInputAttachmentAspectCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkRenderPassInputAttachmentAspectCreateInfo&()
106713 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
106722 … bool operator==( RenderPassInputAttachmentAspectCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
106732 … bool operator!=( RenderPassInputAttachmentAspectCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
106739 … sType = StructureType::eRenderPassInputAttachmentAspectCreateInfo;
106740 const void * pNext = {};
106741 uint32_t aspectReferenceCount = {};
106742 const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference * pAspectReferences = {};