Home
last modified time | relevance | path

Searched defs:MemoryToImageCopy (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp22827 struct MemoryToImageCopy struct
22829 using NativeType = VkMemoryToImageCopy;
22831 static const bool allowDuplicate = false;
22832 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eMemoryToImageCopy;
22835 …VULKAN_HPP_CONSTEXPR MemoryToImageCopy( const void * pHostPointer_… in MemoryToImageCopy() argument
22854MemoryToImageCopy( VkMemoryToImageCopy const & rhs ) VULKAN_HPP_NOEXCEPT : MemoryToImageCopy( *rei… in MemoryToImageCopy() function
22861 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryToImageCopy const *>( &rhs ); in operator =()
22866 VULKAN_HPP_CONSTEXPR_14 MemoryToImageCopy & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
22872 …_CONSTEXPR_14 MemoryToImageCopy & setPHostPointer( const void * pHostPointer_ ) VULKAN_HPP_NOEXCEPT in setPHostPointer()
22878 …ONSTEXPR_14 MemoryToImageCopy & setMemoryRowLength( uint32_t memoryRowLength_ ) VULKAN_HPP_NOEXCEPT in setMemoryRowLength()
[all …]