Lines Matching defs:RenderPassInputAttachmentAspectCreateInfo
103898 struct RenderPassInputAttachmentAspectCreateInfo struct
103900 using NativeType = VkRenderPassInputAttachmentAspectCreateInfo;
103902 static const bool allowDuplicate = false;
103903 …CONSTEXPR StructureType structureType = StructureType::eRenderPassInputAttachmentAspectCreateInfo;
103906 …_CONSTEXPR RenderPassInputAttachmentAspectCreateInfo( uint32_t … in RenderPassInputAttachmentAspectCreateInfo() function
103917 …RenderPassInputAttachmentAspectCreateInfo( VkRenderPassInputAttachmentAspectCreateInfo const & rhs… in RenderPassInputAttachmentAspectCreateInfo() function
103923 RenderPassInputAttachmentAspectCreateInfo( in RenderPassInputAttachmentAspectCreateInfo() function
103936 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo const *>… in operator =()
103941 …_14 RenderPassInputAttachmentAspectCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
103947 …entAspectCreateInfo & setAspectReferenceCount( uint32_t aspectReferenceCount_ ) VULKAN_HPP_NOEXCEPT in setAspectReferenceCount()
103954 …nst VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference * pAspectReferences_ ) VULKAN_HPP_NOEXCEPT in setPAspectReferences()
103961 RenderPassInputAttachmentAspectCreateInfo & setAspectReferences( in setAspectReferences()
103971 operator VkRenderPassInputAttachmentAspectCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkRenderPassInputAttachmentAspectCreateInfo const&()
103976 operator VkRenderPassInputAttachmentAspectCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkRenderPassInputAttachmentAspectCreateInfo&()
103990 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
103999 … bool operator==( RenderPassInputAttachmentAspectCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
104009 … bool operator!=( RenderPassInputAttachmentAspectCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
104016 … sType = StructureType::eRenderPassInputAttachmentAspectCreateInfo;
104017 const void * pNext = {};
104018 uint32_t aspectReferenceCount = {};
104019 const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference * pAspectReferences = {};