Vulkan-Hpp
VkBlitImageInfo2 Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkImage srcImage
 
VkImageLayout srcImageLayout
 
VkImage dstImage
 
VkImageLayout dstImageLayout
 
uint32_t regionCount
 
const VkImageBlit2pRegions
 
VkFilter filter
 

Detailed Description

Definition at line 7062 of file vulkan_core.h.

Member Data Documentation

◆ dstImage

VkImage VkBlitImageInfo2::dstImage

Definition at line 7067 of file vulkan_core.h.

◆ dstImageLayout

VkImageLayout VkBlitImageInfo2::dstImageLayout

Definition at line 7068 of file vulkan_core.h.

◆ filter

VkFilter VkBlitImageInfo2::filter

Definition at line 7071 of file vulkan_core.h.

◆ pNext

const void* VkBlitImageInfo2::pNext

Definition at line 7064 of file vulkan_core.h.

◆ pRegions

const VkImageBlit2* VkBlitImageInfo2::pRegions

Definition at line 7070 of file vulkan_core.h.

◆ regionCount

uint32_t VkBlitImageInfo2::regionCount

Definition at line 7069 of file vulkan_core.h.

◆ srcImage

VkImage VkBlitImageInfo2::srcImage

Definition at line 7065 of file vulkan_core.h.

◆ srcImageLayout

VkImageLayout VkBlitImageInfo2::srcImageLayout

Definition at line 7066 of file vulkan_core.h.

◆ sType

VkStructureType VkBlitImageInfo2::sType

Definition at line 7063 of file vulkan_core.h.


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