Lines Matching defs:BindImagePlaneMemoryInfo
20291 struct BindImagePlaneMemoryInfo struct
20297 …VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo(VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspec… in BindImagePlaneMemoryInfo() function
20303 BindImagePlaneMemoryInfo( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT in BindImagePlaneMemoryInfo() function
20311 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo const *>( &rhs ); in operator =()
20315 BindImagePlaneMemoryInfo & operator=( BindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
20321 BindImagePlaneMemoryInfo & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
20327 …Info & setPlaneAspect( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_ ) VULKAN_HPP_NOEXCEPT in setPlaneAspect()
20334 operator VkBindImagePlaneMemoryInfo const&() const VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo const&()
20339 operator VkBindImagePlaneMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo&()
20348 bool operator==( BindImagePlaneMemoryInfo const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
20355 bool operator!=( BindImagePlaneMemoryInfo const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
20364 const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eBindImagePlaneMemoryInfo;
20365 const void* pNext = {};
20366 …HPP_NAMESPACE::ImageAspectFlagBits planeAspect = VULKAN_HPP_NAMESPACE::ImageAspectFlagBits::eColor;