• Home
  • Raw
  • Download

Lines Matching defs:RenderPassInputAttachmentAspectCreateInfo

89590   struct RenderPassInputAttachmentAspectCreateInfo  struct
89592 using NativeType = VkRenderPassInputAttachmentAspectCreateInfo;
89594 static const bool allowDuplicate = false;
89595 …CONSTEXPR StructureType structureType = StructureType::eRenderPassInputAttachmentAspectCreateInfo;
89598 …_CONSTEXPR RenderPassInputAttachmentAspectCreateInfo( uint32_t … in RenderPassInputAttachmentAspectCreateInfo() argument
89609RenderPassInputAttachmentAspectCreateInfo( VkRenderPassInputAttachmentAspectCreateInfo const & rhs… in RenderPassInputAttachmentAspectCreateInfo() function
89615 RenderPassInputAttachmentAspectCreateInfo( in RenderPassInputAttachmentAspectCreateInfo() function
89628 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo const *>… in operator =()
89633 …_14 RenderPassInputAttachmentAspectCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
89639 …entAspectCreateInfo & setAspectReferenceCount( uint32_t aspectReferenceCount_ ) VULKAN_HPP_NOEXCEPT in setAspectReferenceCount()
89646 …nst VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference * pAspectReferences_ ) VULKAN_HPP_NOEXCEPT in setPAspectReferences()
89653 RenderPassInputAttachmentAspectCreateInfo & setAspectReferences( in setAspectReferences()
89663 … explicit operator VkRenderPassInputAttachmentAspectCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkRenderPassInputAttachmentAspectCreateInfo const&()
89668 explicit operator VkRenderPassInputAttachmentAspectCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkRenderPassInputAttachmentAspectCreateInfo&()
89682 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
89691 … bool operator==( RenderPassInputAttachmentAspectCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
89701 … bool operator!=( RenderPassInputAttachmentAspectCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
89708 … sType = StructureType::eRenderPassInputAttachmentAspectCreateInfo;
89709 const void * pNext = {};
89710 uint32_t aspectReferenceCount = {};
89711 const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference * pAspectReferences = {};