HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkBlitImageInfo2 Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkImage srcImage
 
VkImageLayout srcImageLayout
 
VkImage dstImage
 
VkImageLayout dstImageLayout
 
uint32_t regionCount
 
const VkImageBlit2pRegions
 
VkFilter filter
 

Detailed Description

Definition at line 7063 of file vulkan_core.h.

Member Data Documentation

VkImage VkBlitImageInfo2::dstImage

Definition at line 7068 of file vulkan_core.h.

VkImageLayout VkBlitImageInfo2::dstImageLayout

Definition at line 7069 of file vulkan_core.h.

VkFilter VkBlitImageInfo2::filter

Definition at line 7072 of file vulkan_core.h.

const void* VkBlitImageInfo2::pNext

Definition at line 7065 of file vulkan_core.h.

const VkImageBlit2* VkBlitImageInfo2::pRegions

Definition at line 7071 of file vulkan_core.h.

uint32_t VkBlitImageInfo2::regionCount

Definition at line 7070 of file vulkan_core.h.

VkImage VkBlitImageInfo2::srcImage

Definition at line 7066 of file vulkan_core.h.

VkImageLayout VkBlitImageInfo2::srcImageLayout

Definition at line 7067 of file vulkan_core.h.

VkStructureType VkBlitImageInfo2::sType

Definition at line 7064 of file vulkan_core.h.


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