Lines Matching defs:AttachmentDescription2

5989   struct AttachmentDescription2  struct
5991 using NativeType = VkAttachmentDescription2;
5993 static const bool allowDuplicate = false;
5994 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentDescription2;
5997 …VULKAN_HPP_CONSTEXPR AttachmentDescription2( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flag… in AttachmentDescription2() argument
6022 AttachmentDescription2( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription2() function
6032 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription2 const *>( &rhs ); in operator =()
6037 …ULKAN_HPP_CONSTEXPR_14 AttachmentDescription2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6043 …cription2 & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
6049 …R_14 AttachmentDescription2 & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
6055 …Description2 & setSamples( VULKAN_HPP_NAMESPACE::SampleCountFlagBits samples_ ) VULKAN_HPP_NOEXCEPT in setSamples()
6061 …hmentDescription2 & setLoadOp( VULKAN_HPP_NAMESPACE::AttachmentLoadOp loadOp_ ) VULKAN_HPP_NOEXCEPT in setLoadOp()
6067 …ntDescription2 & setStoreOp( VULKAN_HPP_NAMESPACE::AttachmentStoreOp storeOp_ ) VULKAN_HPP_NOEXCEPT in setStoreOp()
6073 …on2 & setStencilLoadOp( VULKAN_HPP_NAMESPACE::AttachmentLoadOp stencilLoadOp_ ) VULKAN_HPP_NOEXCEPT in setStencilLoadOp()
6079 … & setStencilStoreOp( VULKAN_HPP_NAMESPACE::AttachmentStoreOp stencilStoreOp_ ) VULKAN_HPP_NOEXCEPT in setStencilStoreOp()
6085 …ription2 & setInitialLayout( VULKAN_HPP_NAMESPACE::ImageLayout initialLayout_ ) VULKAN_HPP_NOEXCEPT in setInitialLayout()
6091 …Description2 & setFinalLayout( VULKAN_HPP_NAMESPACE::ImageLayout finalLayout_ ) VULKAN_HPP_NOEXCEPT in setFinalLayout()
6098 operator VkAttachmentDescription2 const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentDescription2 const&()
6103 operator VkAttachmentDescription2 &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentDescription2&()
6124 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
6133 bool operator==( AttachmentDescription2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
6144 bool operator!=( AttachmentDescription2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
6151 …_HPP_NAMESPACE::StructureType sType = StructureType::eAttachmentDescription2;
6152 const void * pNext = {};
6153 VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags = {};
6154 …PP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined;
6155 …MESPACE::SampleCountFlagBits samples = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1;
6156 …MESPACE::AttachmentLoadOp loadOp = VULKAN_HPP_NAMESPACE::AttachmentLoadOp::eLoad;
6157 …SPACE::AttachmentStoreOp storeOp = VULKAN_HPP_NAMESPACE::AttachmentStoreOp::eStore;
6158 …MESPACE::AttachmentLoadOp stencilLoadOp = VULKAN_HPP_NAMESPACE::AttachmentLoadOp::eLoad;
6159 …SPACE::AttachmentStoreOp stencilStoreOp = VULKAN_HPP_NAMESPACE::AttachmentStoreOp::eStore;
6160 …MESPACE::ImageLayout initialLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined;
6161 …MESPACE::ImageLayout finalLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined;