Lines Matching defs:AttachmentDescription2
5249 struct AttachmentDescription2 struct
5251 using NativeType = VkAttachmentDescription2;
5253 static const bool allowDuplicate = false;
5254 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentDescription2;
5257 …VULKAN_HPP_CONSTEXPR AttachmentDescription2( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flag… in AttachmentDescription2() function
5282 AttachmentDescription2( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription2() function
5292 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription2 const *>( &rhs ); in operator =()
5297 …ULKAN_HPP_CONSTEXPR_14 AttachmentDescription2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5303 …cription2 & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
5309 …R_14 AttachmentDescription2 & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
5315 …Description2 & setSamples( VULKAN_HPP_NAMESPACE::SampleCountFlagBits samples_ ) VULKAN_HPP_NOEXCEPT in setSamples()
5321 …hmentDescription2 & setLoadOp( VULKAN_HPP_NAMESPACE::AttachmentLoadOp loadOp_ ) VULKAN_HPP_NOEXCEPT in setLoadOp()
5327 …ntDescription2 & setStoreOp( VULKAN_HPP_NAMESPACE::AttachmentStoreOp storeOp_ ) VULKAN_HPP_NOEXCEPT in setStoreOp()
5333 …on2 & setStencilLoadOp( VULKAN_HPP_NAMESPACE::AttachmentLoadOp stencilLoadOp_ ) VULKAN_HPP_NOEXCEPT in setStencilLoadOp()
5339 … & setStencilStoreOp( VULKAN_HPP_NAMESPACE::AttachmentStoreOp stencilStoreOp_ ) VULKAN_HPP_NOEXCEPT in setStencilStoreOp()
5345 …ription2 & setInitialLayout( VULKAN_HPP_NAMESPACE::ImageLayout initialLayout_ ) VULKAN_HPP_NOEXCEPT in setInitialLayout()
5351 …Description2 & setFinalLayout( VULKAN_HPP_NAMESPACE::ImageLayout finalLayout_ ) VULKAN_HPP_NOEXCEPT in setFinalLayout()
5358 operator VkAttachmentDescription2 const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentDescription2 const&()
5363 operator VkAttachmentDescription2 &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentDescription2&()
5384 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
5393 bool operator==( AttachmentDescription2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
5404 bool operator!=( AttachmentDescription2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
5411 …_HPP_NAMESPACE::StructureType sType = StructureType::eAttachmentDescription2;
5412 const void * pNext = {};
5413 VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags = {};
5414 …PP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined;
5415 …MESPACE::SampleCountFlagBits samples = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1;
5416 …MESPACE::AttachmentLoadOp loadOp = VULKAN_HPP_NAMESPACE::AttachmentLoadOp::eLoad;
5417 …SPACE::AttachmentStoreOp storeOp = VULKAN_HPP_NAMESPACE::AttachmentStoreOp::eStore;
5418 …MESPACE::AttachmentLoadOp stencilLoadOp = VULKAN_HPP_NAMESPACE::AttachmentLoadOp::eLoad;
5419 …SPACE::AttachmentStoreOp stencilStoreOp = VULKAN_HPP_NAMESPACE::AttachmentStoreOp::eStore;
5420 …MESPACE::ImageLayout initialLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined;
5421 …MESPACE::ImageLayout finalLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined;