• Home
  • Raw
  • Download

Lines Matching defs:BindImageMemoryInfo

7420   struct BindImageMemoryInfo  struct
7422 using NativeType = VkBindImageMemoryInfo;
7424 static const bool allowDuplicate = false;
7425 …c VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eBindImageMemoryInfo;
7428 VULKAN_HPP_CONSTEXPR BindImageMemoryInfo( VULKAN_HPP_NAMESPACE::Image image_ = {}, in BindImageMemoryInfo() function
7441BindImageMemoryInfo( VkBindImageMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT : BindImageMemoryInfo… in BindImageMemoryInfo() function
7450 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImageMemoryInfo const *>( &rhs ); in operator =()
7455 … VULKAN_HPP_CONSTEXPR_14 BindImageMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
7461 …NSTEXPR_14 BindImageMemoryInfo & setImage( VULKAN_HPP_NAMESPACE::Image image_ ) VULKAN_HPP_NOEXCEPT in setImage()
7467 …4 BindImageMemoryInfo & setMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory_ ) VULKAN_HPP_NOEXCEPT in setMemory()
7473 …eMemoryInfo & setMemoryOffset( VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset_ ) VULKAN_HPP_NOEXCEPT in setMemoryOffset()
7480 explicit operator VkBindImageMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImageMemoryInfo const&()
7485 explicit operator VkBindImageMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImageMemoryInfo&()
7500 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
7509 bool operator==( BindImageMemoryInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
7518 bool operator!=( BindImageMemoryInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
7525 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eBindImageMemoryInfo;
7526 const void * pNext = {};
7527 VULKAN_HPP_NAMESPACE::Image image = {};
7528 VULKAN_HPP_NAMESPACE::DeviceMemory memory = {};
7529 VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset = {};