Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkHostImageLayoutTransitionInfoEXT |
Public Attributes | |
vk::StructureType | sType = StructureType::eHostImageLayoutTransitionInfoEXT |
const void * | pNext = {} |
vk::Image | image = {} |
vk::ImageLayout | oldLayout = vk::ImageLayout::eUndefined |
vk::ImageLayout | newLayout = vk::ImageLayout::eUndefined |
vk::ImageSubresourceRange | subresourceRange = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eHostImageLayoutTransitionInfoEXT |
Definition at line 42778 of file vulkan_structs.hpp.
Definition at line 42780 of file vulkan_structs.hpp.
|
inline |
Definition at line 42786 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 42801 of file vulkan_structs.hpp.
|
inline |
Definition at line 42853 of file vulkan_structs.hpp.
|
inline |
Definition at line 42848 of file vulkan_structs.hpp.
|
inline |
Definition at line 42888 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 42809 of file vulkan_structs.hpp.
|
inline |
Definition at line 42878 of file vulkan_structs.hpp.
|
inline |
Definition at line 42822 of file vulkan_structs.hpp.
|
inline |
Definition at line 42834 of file vulkan_structs.hpp.
|
inline |
Definition at line 42828 of file vulkan_structs.hpp.
|
inline |
Definition at line 42816 of file vulkan_structs.hpp.
|
inline |
Definition at line 42841 of file vulkan_structs.hpp.
|
static |
Definition at line 42782 of file vulkan_structs.hpp.
vk::Image vk::HostImageLayoutTransitionInfoEXT::image = {} |
Definition at line 42897 of file vulkan_structs.hpp.
vk::ImageLayout vk::HostImageLayoutTransitionInfoEXT::newLayout = vk::ImageLayout::eUndefined |
Definition at line 42899 of file vulkan_structs.hpp.
vk::ImageLayout vk::HostImageLayoutTransitionInfoEXT::oldLayout = vk::ImageLayout::eUndefined |
Definition at line 42898 of file vulkan_structs.hpp.
const void* vk::HostImageLayoutTransitionInfoEXT::pNext = {} |
Definition at line 42896 of file vulkan_structs.hpp.
|
static |
Definition at line 42783 of file vulkan_structs.hpp.
vk::StructureType vk::HostImageLayoutTransitionInfoEXT::sType = StructureType::eHostImageLayoutTransitionInfoEXT |
Definition at line 42895 of file vulkan_structs.hpp.
vk::ImageSubresourceRange vk::HostImageLayoutTransitionInfoEXT::subresourceRange = {} |
Definition at line 42900 of file vulkan_structs.hpp.