Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCopyImageToMemoryInfoEXT |
Public Attributes | |
vk::StructureType | sType = StructureType::eCopyImageToMemoryInfoEXT |
const void * | pNext = {} |
vk::HostImageCopyFlagsEXT | flags = {} |
vk::Image | srcImage = {} |
vk::ImageLayout | srcImageLayout = vk::ImageLayout::eUndefined |
uint32_t | regionCount = {} |
const vk::ImageToMemoryCopyEXT * | pRegions = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCopyImageToMemoryInfoEXT |
Definition at line 18558 of file vulkan_structs.hpp.
Definition at line 18560 of file vulkan_structs.hpp.
|
inline |
Definition at line 18566 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 18583 of file vulkan_structs.hpp.
|
inline |
Definition at line 18589 of file vulkan_structs.hpp.
|
inline |
Definition at line 18666 of file vulkan_structs.hpp.
|
inline |
Definition at line 18661 of file vulkan_structs.hpp.
|
inline |
Definition at line 18702 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 18607 of file vulkan_structs.hpp.
|
inline |
Definition at line 18692 of file vulkan_structs.hpp.
|
inline |
Definition at line 18620 of file vulkan_structs.hpp.
|
inline |
Definition at line 18614 of file vulkan_structs.hpp.
|
inline |
Definition at line 18644 of file vulkan_structs.hpp.
|
inline |
Definition at line 18638 of file vulkan_structs.hpp.
|
inline |
Definition at line 18652 of file vulkan_structs.hpp.
|
inline |
Definition at line 18626 of file vulkan_structs.hpp.
|
inline |
Definition at line 18632 of file vulkan_structs.hpp.
|
static |
Definition at line 18562 of file vulkan_structs.hpp.
vk::HostImageCopyFlagsEXT vk::CopyImageToMemoryInfoEXT::flags = {} |
Definition at line 18711 of file vulkan_structs.hpp.
const void* vk::CopyImageToMemoryInfoEXT::pNext = {} |
Definition at line 18710 of file vulkan_structs.hpp.
const vk::ImageToMemoryCopyEXT* vk::CopyImageToMemoryInfoEXT::pRegions = {} |
Definition at line 18715 of file vulkan_structs.hpp.
uint32_t vk::CopyImageToMemoryInfoEXT::regionCount = {} |
Definition at line 18714 of file vulkan_structs.hpp.
vk::Image vk::CopyImageToMemoryInfoEXT::srcImage = {} |
Definition at line 18712 of file vulkan_structs.hpp.
vk::ImageLayout vk::CopyImageToMemoryInfoEXT::srcImageLayout = vk::ImageLayout::eUndefined |
Definition at line 18713 of file vulkan_structs.hpp.
|
static |
Definition at line 18563 of file vulkan_structs.hpp.
vk::StructureType vk::CopyImageToMemoryInfoEXT::sType = StructureType::eCopyImageToMemoryInfoEXT |
Definition at line 18709 of file vulkan_structs.hpp.