Lines Matching defs:BindImagePlaneMemoryInfo
8401 struct BindImagePlaneMemoryInfo struct
8403 using NativeType = VkBindImagePlaneMemoryInfo;
8409 …VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspe… in BindImagePlaneMemoryInfo() function
8418 BindImagePlaneMemoryInfo( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT in BindImagePlaneMemoryInfo() function
8428 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo const *>( &rhs ); in operator =()
8433 …KAN_HPP_CONSTEXPR_14 BindImagePlaneMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
8439 …Info & setPlaneAspect( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_ ) VULKAN_HPP_NOEXCEPT in setPlaneAspect()
8446 operator VkBindImagePlaneMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo const&()
8451 operator VkBindImagePlaneMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo&()
8462 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
8471 bool operator==( BindImagePlaneMemoryInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
8480 bool operator!=( BindImagePlaneMemoryInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
8487 … VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eBindImagePlaneMemoryInfo;
8488 const void * pNext = {};
8489 …HPP_NAMESPACE::ImageAspectFlagBits planeAspect = VULKAN_HPP_NAMESPACE::ImageAspectFlagBits::eColor;