• Home
  • Raw
  • Download

Lines Matching defs:BindImageMemoryInfo

8175   struct BindImageMemoryInfo  struct
8177 using NativeType = VkBindImageMemoryInfo;
8179 static const bool allowDuplicate = false;
8180 …c VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eBindImageMemoryInfo;
8183 VULKAN_HPP_CONSTEXPR BindImageMemoryInfo( VULKAN_HPP_NAMESPACE::Image image_ = {}, in BindImageMemoryInfo() function
8196BindImageMemoryInfo( VkBindImageMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT : BindImageMemoryInfo… in BindImageMemoryInfo() function
8205 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImageMemoryInfo const *>( &rhs ); in operator =()
8210 … VULKAN_HPP_CONSTEXPR_14 BindImageMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
8216 …NSTEXPR_14 BindImageMemoryInfo & setImage( VULKAN_HPP_NAMESPACE::Image image_ ) VULKAN_HPP_NOEXCEPT in setImage()
8222 …4 BindImageMemoryInfo & setMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory_ ) VULKAN_HPP_NOEXCEPT in setMemory()
8228 …eMemoryInfo & setMemoryOffset( VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset_ ) VULKAN_HPP_NOEXCEPT in setMemoryOffset()
8235 operator VkBindImageMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImageMemoryInfo const&()
8240 operator VkBindImageMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImageMemoryInfo&()
8255 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
8264 bool operator==( BindImageMemoryInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
8273 bool operator!=( BindImageMemoryInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
8280 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eBindImageMemoryInfo;
8281 const void * pNext = {};
8282 VULKAN_HPP_NAMESPACE::Image image = {};
8283 VULKAN_HPP_NAMESPACE::DeviceMemory memory = {};
8284 VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset = {};