ReactOS 0.4.17-dev-934-g091855f
VkImageBlit Struct Reference

#include <vulkan.h>

Collaboration diagram for VkImageBlit:

Public Attributes

VkImageSubresourceLayers srcSubresource
 
VkOffset3D srcOffsets [2]
 
VkImageSubresourceLayers dstSubresource
 
VkOffset3D dstOffsets [2]
 

Detailed Description

Definition at line 16348 of file vulkan.h.

Member Data Documentation

◆ dstOffsets

VkOffset3D VkImageBlit::dstOffsets[2]

Definition at line 16353 of file vulkan.h.

Referenced by d3d12_swapchain_record_swapchain_blit(), and wined3d_swapchain_vk_blit().

◆ dstSubresource

VkImageSubresourceLayers VkImageBlit::dstSubresource

Definition at line 16352 of file vulkan.h.

Referenced by d3d12_swapchain_record_swapchain_blit(), and wined3d_swapchain_vk_blit().

◆ srcOffsets

VkOffset3D VkImageBlit::srcOffsets[2]

Definition at line 16351 of file vulkan.h.

Referenced by d3d12_swapchain_record_swapchain_blit(), and wined3d_swapchain_vk_blit().

◆ srcSubresource

VkImageSubresourceLayers VkImageBlit::srcSubresource

Definition at line 16350 of file vulkan.h.

Referenced by d3d12_swapchain_record_swapchain_blit(), and wined3d_swapchain_vk_blit().


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