struct MemoryToImageCopy

Defined at line 19464 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

Public Members

StructureType sType
const void * pNext
const void * pHostPointer
uint32_t memoryRowLength
uint32_t memoryImageHeight
ImageSubresourceLayers imageSubresource
Offset3D imageOffset
Extent3D imageExtent

Public Methods

void MemoryToImageCopy (const void * pHostPointer_, uint32_t memoryRowLength_, uint32_t memoryImageHeight_, vk::ImageSubresourceLayers imageSubresource_, vk::Offset3D imageOffset_, vk::Extent3D imageExtent_, const void * pNext_)

Defined at line 19472 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void MemoryToImageCopy (const MemoryToImageCopy & rhs)

Defined at line 19489 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void MemoryToImageCopy (const VkMemoryToImageCopy & rhs)

Defined at line 19491 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

MemoryToImageCopy & operator= (const MemoryToImageCopy & rhs)

Defined at line 19493 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

MemoryToImageCopy & operator= (const VkMemoryToImageCopy & rhs)

Defined at line 19496 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

MemoryToImageCopy & setPNext (const void * pNext_)

Defined at line 19503 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

MemoryToImageCopy & setPHostPointer (const void * pHostPointer_)

Defined at line 19509 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

MemoryToImageCopy & setMemoryRowLength (uint32_t memoryRowLength_)

Defined at line 19515 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

MemoryToImageCopy & setMemoryImageHeight (uint32_t memoryImageHeight_)

Defined at line 19521 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

MemoryToImageCopy & setImageSubresource (const vk::ImageSubresourceLayers & imageSubresource_)

Defined at line 19527 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

MemoryToImageCopy & setImageOffset (const vk::Offset3D & imageOffset_)

Defined at line 19534 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

MemoryToImageCopy & setImageExtent (const vk::Extent3D & imageExtent_)

Defined at line 19540 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkMemoryToImageCopy & operator const VkMemoryToImageCopy & ()

Defined at line 19547 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkMemoryToImageCopy & operator VkMemoryToImageCopy & ()

Defined at line 19552 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

std::strong_ordering operator<=> (const MemoryToImageCopy & )

Defined at line 19577 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp