• Home
  • Raw
  • Download

Lines Matching defs:InputAttachmentAspectReference

41985   struct InputAttachmentAspectReference  struct
41993 VULKAN_HPP_CONSTEXPR InputAttachmentAspectReference(uint32_t subpass_ = {}, uint32_t inputAttachmen… in InputAttachmentAspectReference() function
41999InputAttachmentAspectReference( VkInputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in InputAttachmentAspectReference() function
42009 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference const *>( &rhs ); in operator =()
42014 …P_CONSTEXPR_14 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
42020 …mentAspectReference & setInputAttachmentIndex( uint32_t inputAttachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setInputAttachmentIndex()
42026 …Reference & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
42034 operator VkInputAttachmentAspectReference const &() const VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference const&()
42039 operator VkInputAttachmentAspectReference &() VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference&()
42050 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
42060 bool operator==( InputAttachmentAspectReference const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
42071 bool operator!=( InputAttachmentAspectReference const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
42078 uint32_t subpass = {};
42079 uint32_t inputAttachmentIndex = {};
42080 VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask = {};