• Home
  • Raw
  • Download

Lines Matching defs:InputAttachmentAspectReference

60159   struct InputAttachmentAspectReference  struct
60164 …VULKAN_HPP_CONSTEXPR InputAttachmentAspectReference(uint32_t subpass_ = {}, uint32_t inputAttachme… in InputAttachmentAspectReference() function
60170InputAttachmentAspectReference( VkInputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in InputAttachmentAspectReference() function
60178 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference const *>( &rhs ); in operator =()
60182 …chmentAspectReference & operator=( InputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
60188 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
60194 …mentAspectReference & setInputAttachmentIndex( uint32_t inputAttachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setInputAttachmentIndex()
60200 …Reference & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
60207 operator VkInputAttachmentAspectReference const&() const VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference const&()
60212 operator VkInputAttachmentAspectReference &() VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference&()
60221 bool operator==( InputAttachmentAspectReference const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
60228 bool operator!=( InputAttachmentAspectReference const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
60237 uint32_t subpass = {};
60238 uint32_t inputAttachmentIndex = {};
60239 VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask = {};