Lines Matching defs:BindImageMemoryInfo

8375   struct BindImageMemoryInfo  struct
8377 using NativeType = VkBindImageMemoryInfo;
8379 static const bool allowDuplicate = false;
8380 …c VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eBindImageMemoryInfo;
8383 VULKAN_HPP_CONSTEXPR BindImageMemoryInfo( VULKAN_HPP_NAMESPACE::Image image_ = {}, in BindImageMemoryInfo() function
8396BindImageMemoryInfo( VkBindImageMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT : BindImageMemoryInfo… in BindImageMemoryInfo() function
8405 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImageMemoryInfo const *>( &rhs ); in operator =()
8410 … VULKAN_HPP_CONSTEXPR_14 BindImageMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
8416 …NSTEXPR_14 BindImageMemoryInfo & setImage( VULKAN_HPP_NAMESPACE::Image image_ ) VULKAN_HPP_NOEXCEPT in setImage()
8422 …4 BindImageMemoryInfo & setMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory_ ) VULKAN_HPP_NOEXCEPT in setMemory()
8428 …eMemoryInfo & setMemoryOffset( VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset_ ) VULKAN_HPP_NOEXCEPT in setMemoryOffset()
8435 operator VkBindImageMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImageMemoryInfo const&()
8440 operator VkBindImageMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImageMemoryInfo&()
8455 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
8464 bool operator==( BindImageMemoryInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
8473 bool operator!=( BindImageMemoryInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
8480 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eBindImageMemoryInfo;
8481 const void * pNext = {};
8482 VULKAN_HPP_NAMESPACE::Image image = {};
8483 VULKAN_HPP_NAMESPACE::DeviceMemory memory = {};
8484 VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset = {};