Lines Matching defs:InputAttachmentAspectReference
49004 struct InputAttachmentAspectReference struct
49006 using NativeType = VkInputAttachmentAspectReference;
49009 …VULKAN_HPP_CONSTEXPR InputAttachmentAspectReference( uint32_t subpas… in InputAttachmentAspectReference() function
49020 … InputAttachmentAspectReference( VkInputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in InputAttachmentAspectReference() function
49030 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference const *>( &rhs ); in operator =()
49035 …P_CONSTEXPR_14 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
49041 …mentAspectReference & setInputAttachmentIndex( uint32_t inputAttachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setInputAttachmentIndex()
49047 …Reference & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
49054 operator VkInputAttachmentAspectReference const &() const VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference const&()
49059 operator VkInputAttachmentAspectReference &() VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference&()
49070 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
49079 bool operator==( InputAttachmentAspectReference const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
49088 bool operator!=( InputAttachmentAspectReference const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
49095 uint32_t subpass = {};
49096 uint32_t inputAttachmentIndex = {};
49097 VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask = {};