SDL  2.0
VkBufferImageCopy2KHR Struct Reference

#include <vulkan_core.h>

+ Collaboration diagram for VkBufferImageCopy2KHR:

Data Fields

VkStructureType sType
 
const voidpNext
 
VkDeviceSize bufferOffset
 
uint32_t bufferRowLength
 
uint32_t bufferImageHeight
 
VkImageSubresourceLayers imageSubresource
 
VkOffset3D imageOffset
 
VkExtent3D imageExtent
 

Detailed Description

Definition at line 7501 of file vulkan_core.h.

Field Documentation

◆ bufferImageHeight

uint32_t VkBufferImageCopy2KHR::bufferImageHeight

Definition at line 7506 of file vulkan_core.h.

◆ bufferOffset

VkDeviceSize VkBufferImageCopy2KHR::bufferOffset

Definition at line 7504 of file vulkan_core.h.

◆ bufferRowLength

uint32_t VkBufferImageCopy2KHR::bufferRowLength

Definition at line 7505 of file vulkan_core.h.

◆ imageExtent

VkExtent3D VkBufferImageCopy2KHR::imageExtent

Definition at line 7509 of file vulkan_core.h.

◆ imageOffset

VkOffset3D VkBufferImageCopy2KHR::imageOffset

Definition at line 7508 of file vulkan_core.h.

◆ imageSubresource

VkImageSubresourceLayers VkBufferImageCopy2KHR::imageSubresource

Definition at line 7507 of file vulkan_core.h.

◆ pNext

const void* VkBufferImageCopy2KHR::pNext

Definition at line 7503 of file vulkan_core.h.

◆ sType

VkStructureType VkBufferImageCopy2KHR::sType

Definition at line 7502 of file vulkan_core.h.


The documentation for this struct was generated from the following file: