Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkImage | image |
VkImageLayout | oldLayout |
VkImageLayout | newLayout |
VkImageSubresourceRange | subresourceRange |
Definition at line 14917 of file vulkan_core.h.
VkImage VkHostImageLayoutTransitionInfoEXT::image |
Definition at line 14920 of file vulkan_core.h.
VkImageLayout VkHostImageLayoutTransitionInfoEXT::newLayout |
Definition at line 14922 of file vulkan_core.h.
VkImageLayout VkHostImageLayoutTransitionInfoEXT::oldLayout |
Definition at line 14921 of file vulkan_core.h.
const void* VkHostImageLayoutTransitionInfoEXT::pNext |
Definition at line 14919 of file vulkan_core.h.
VkStructureType VkHostImageLayoutTransitionInfoEXT::sType |
Definition at line 14918 of file vulkan_core.h.
VkImageSubresourceRange VkHostImageLayoutTransitionInfoEXT::subresourceRange |
Definition at line 14923 of file vulkan_core.h.