Lines Matching defs:AttachmentDescription2
5762 struct AttachmentDescription2 struct
5764 using NativeType = VkAttachmentDescription2;
5766 static const bool allowDuplicate = false;
5767 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentDescription2;
5770 …VULKAN_HPP_CONSTEXPR AttachmentDescription2( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flag… in AttachmentDescription2() function
5795 AttachmentDescription2( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription2() function
5805 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription2 const *>( &rhs ); in operator =()
5810 …ULKAN_HPP_CONSTEXPR_14 AttachmentDescription2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5816 …cription2 & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
5822 …R_14 AttachmentDescription2 & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
5828 …Description2 & setSamples( VULKAN_HPP_NAMESPACE::SampleCountFlagBits samples_ ) VULKAN_HPP_NOEXCEPT in setSamples()
5834 …hmentDescription2 & setLoadOp( VULKAN_HPP_NAMESPACE::AttachmentLoadOp loadOp_ ) VULKAN_HPP_NOEXCEPT in setLoadOp()
5840 …ntDescription2 & setStoreOp( VULKAN_HPP_NAMESPACE::AttachmentStoreOp storeOp_ ) VULKAN_HPP_NOEXCEPT in setStoreOp()
5846 …on2 & setStencilLoadOp( VULKAN_HPP_NAMESPACE::AttachmentLoadOp stencilLoadOp_ ) VULKAN_HPP_NOEXCEPT in setStencilLoadOp()
5852 … & setStencilStoreOp( VULKAN_HPP_NAMESPACE::AttachmentStoreOp stencilStoreOp_ ) VULKAN_HPP_NOEXCEPT in setStencilStoreOp()
5858 …ription2 & setInitialLayout( VULKAN_HPP_NAMESPACE::ImageLayout initialLayout_ ) VULKAN_HPP_NOEXCEPT in setInitialLayout()
5864 …Description2 & setFinalLayout( VULKAN_HPP_NAMESPACE::ImageLayout finalLayout_ ) VULKAN_HPP_NOEXCEPT in setFinalLayout()
5871 operator VkAttachmentDescription2 const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentDescription2 const&()
5876 operator VkAttachmentDescription2 &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentDescription2&()
5897 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
5906 bool operator==( AttachmentDescription2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
5917 bool operator!=( AttachmentDescription2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
5924 …_HPP_NAMESPACE::StructureType sType = StructureType::eAttachmentDescription2;
5925 const void * pNext = {};
5926 VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags = {};
5927 …PP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined;
5928 …MESPACE::SampleCountFlagBits samples = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1;
5929 …MESPACE::AttachmentLoadOp loadOp = VULKAN_HPP_NAMESPACE::AttachmentLoadOp::eLoad;
5930 …SPACE::AttachmentStoreOp storeOp = VULKAN_HPP_NAMESPACE::AttachmentStoreOp::eStore;
5931 …MESPACE::AttachmentLoadOp stencilLoadOp = VULKAN_HPP_NAMESPACE::AttachmentLoadOp::eLoad;
5932 …SPACE::AttachmentStoreOp stencilStoreOp = VULKAN_HPP_NAMESPACE::AttachmentStoreOp::eStore;
5933 …MESPACE::ImageLayout initialLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined;
5934 …MESPACE::ImageLayout finalLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined;