Vulkan-Hpp
VkHostImageLayoutTransitionInfoEXT Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkImage image
 
VkImageLayout oldLayout
 
VkImageLayout newLayout
 
VkImageSubresourceRange subresourceRange
 

Detailed Description

Definition at line 14917 of file vulkan_core.h.

Member Data Documentation

◆ image

VkImage VkHostImageLayoutTransitionInfoEXT::image

Definition at line 14920 of file vulkan_core.h.

◆ newLayout

VkImageLayout VkHostImageLayoutTransitionInfoEXT::newLayout

Definition at line 14922 of file vulkan_core.h.

◆ oldLayout

VkImageLayout VkHostImageLayoutTransitionInfoEXT::oldLayout

Definition at line 14921 of file vulkan_core.h.

◆ pNext

const void* VkHostImageLayoutTransitionInfoEXT::pNext

Definition at line 14919 of file vulkan_core.h.

◆ sType

VkStructureType VkHostImageLayoutTransitionInfoEXT::sType

Definition at line 14918 of file vulkan_core.h.

◆ subresourceRange

VkImageSubresourceRange VkHostImageLayoutTransitionInfoEXT::subresourceRange

Definition at line 14923 of file vulkan_core.h.


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