• Home
  • Raw
  • Download

Lines Matching defs:AttachmentDescription2

5363   struct AttachmentDescription2  struct
5365 using NativeType = VkAttachmentDescription2;
5367 static const bool allowDuplicate = false;
5368 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentDescription2;
5371 …VULKAN_HPP_CONSTEXPR AttachmentDescription2( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flag… in AttachmentDescription2() argument
5396 AttachmentDescription2( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription2() function
5406 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription2 const *>( &rhs ); in operator =()
5411 …ULKAN_HPP_CONSTEXPR_14 AttachmentDescription2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5417 …cription2 & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
5423 …R_14 AttachmentDescription2 & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
5429 …Description2 & setSamples( VULKAN_HPP_NAMESPACE::SampleCountFlagBits samples_ ) VULKAN_HPP_NOEXCEPT in setSamples()
5435 …hmentDescription2 & setLoadOp( VULKAN_HPP_NAMESPACE::AttachmentLoadOp loadOp_ ) VULKAN_HPP_NOEXCEPT in setLoadOp()
5441 …ntDescription2 & setStoreOp( VULKAN_HPP_NAMESPACE::AttachmentStoreOp storeOp_ ) VULKAN_HPP_NOEXCEPT in setStoreOp()
5447 …on2 & setStencilLoadOp( VULKAN_HPP_NAMESPACE::AttachmentLoadOp stencilLoadOp_ ) VULKAN_HPP_NOEXCEPT in setStencilLoadOp()
5453 … & setStencilStoreOp( VULKAN_HPP_NAMESPACE::AttachmentStoreOp stencilStoreOp_ ) VULKAN_HPP_NOEXCEPT in setStencilStoreOp()
5459 …ription2 & setInitialLayout( VULKAN_HPP_NAMESPACE::ImageLayout initialLayout_ ) VULKAN_HPP_NOEXCEPT in setInitialLayout()
5465 …Description2 & setFinalLayout( VULKAN_HPP_NAMESPACE::ImageLayout finalLayout_ ) VULKAN_HPP_NOEXCEPT in setFinalLayout()
5472 explicit operator VkAttachmentDescription2 const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentDescription2 const&()
5477 explicit operator VkAttachmentDescription2 &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentDescription2&()
5498 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
5507 bool operator==( AttachmentDescription2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
5518 bool operator!=( AttachmentDescription2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
5525 …_HPP_NAMESPACE::StructureType sType = StructureType::eAttachmentDescription2;
5526 const void * pNext = {};
5527 VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags = {};
5528 …PP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined;
5529 …MESPACE::SampleCountFlagBits samples = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1;
5530 …MESPACE::AttachmentLoadOp loadOp = VULKAN_HPP_NAMESPACE::AttachmentLoadOp::eLoad;
5531 …SPACE::AttachmentStoreOp storeOp = VULKAN_HPP_NAMESPACE::AttachmentStoreOp::eStore;
5532 …MESPACE::AttachmentLoadOp stencilLoadOp = VULKAN_HPP_NAMESPACE::AttachmentLoadOp::eLoad;
5533 …SPACE::AttachmentStoreOp stencilStoreOp = VULKAN_HPP_NAMESPACE::AttachmentStoreOp::eStore;
5534 …MESPACE::ImageLayout initialLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined;
5535 …MESPACE::ImageLayout finalLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined;