Lines Matching defs:BindImageMemoryInfo
8146 struct BindImageMemoryInfo struct
8148 using NativeType = VkBindImageMemoryInfo;
8150 static const bool allowDuplicate = false;
8151 …c VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eBindImageMemoryInfo;
8154 VULKAN_HPP_CONSTEXPR BindImageMemoryInfo( VULKAN_HPP_NAMESPACE::Image image_ = {}, in BindImageMemoryInfo() function
8167 …BindImageMemoryInfo( VkBindImageMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT : BindImageMemoryInfo… in BindImageMemoryInfo() function
8176 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImageMemoryInfo const *>( &rhs ); in operator =()
8181 … VULKAN_HPP_CONSTEXPR_14 BindImageMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
8187 …NSTEXPR_14 BindImageMemoryInfo & setImage( VULKAN_HPP_NAMESPACE::Image image_ ) VULKAN_HPP_NOEXCEPT in setImage()
8193 …4 BindImageMemoryInfo & setMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory_ ) VULKAN_HPP_NOEXCEPT in setMemory()
8199 …eMemoryInfo & setMemoryOffset( VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset_ ) VULKAN_HPP_NOEXCEPT in setMemoryOffset()
8206 operator VkBindImageMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImageMemoryInfo const&()
8211 operator VkBindImageMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImageMemoryInfo&()
8226 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
8235 bool operator==( BindImageMemoryInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
8244 bool operator!=( BindImageMemoryInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
8251 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eBindImageMemoryInfo;
8252 const void * pNext = {};
8253 VULKAN_HPP_NAMESPACE::Image image = {};
8254 VULKAN_HPP_NAMESPACE::DeviceMemory memory = {};
8255 VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset = {};