• Home
  • Raw
  • Download

Lines Matching defs:InputAttachmentAspectReference

49159   struct InputAttachmentAspectReference  struct
49161 using NativeType = VkInputAttachmentAspectReference;
49164 …VULKAN_HPP_CONSTEXPR InputAttachmentAspectReference( uint32_t subpas… in InputAttachmentAspectReference() function
49175InputAttachmentAspectReference( VkInputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in InputAttachmentAspectReference() function
49185 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference const *>( &rhs ); in operator =()
49190 …P_CONSTEXPR_14 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
49196 …mentAspectReference & setInputAttachmentIndex( uint32_t inputAttachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setInputAttachmentIndex()
49202 …Reference & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
49209 operator VkInputAttachmentAspectReference const &() const VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference const&()
49214 operator VkInputAttachmentAspectReference &() VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference&()
49225 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
49234 bool operator==( InputAttachmentAspectReference const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
49243 bool operator!=( InputAttachmentAspectReference const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
49250 uint32_t subpass = {};
49251 uint32_t inputAttachmentIndex = {};
49252 VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask = {};