Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCopyMemoryToImageInfoEXT |
Public Attributes | |
vk::StructureType | sType = StructureType::eCopyMemoryToImageInfoEXT |
const void * | pNext = {} |
vk::HostImageCopyFlagsEXT | flags = {} |
vk::Image | dstImage = {} |
vk::ImageLayout | dstImageLayout = vk::ImageLayout::eUndefined |
uint32_t | regionCount = {} |
const vk::MemoryToImageCopyEXT * | pRegions = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCopyMemoryToImageInfoEXT |
Definition at line 19206 of file vulkan_structs.hpp.
Definition at line 19208 of file vulkan_structs.hpp.
|
inline |
Definition at line 19214 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 19231 of file vulkan_structs.hpp.
|
inline |
Definition at line 19237 of file vulkan_structs.hpp.
|
inline |
Definition at line 19314 of file vulkan_structs.hpp.
|
inline |
Definition at line 19309 of file vulkan_structs.hpp.
|
inline |
Definition at line 19350 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 19255 of file vulkan_structs.hpp.
|
inline |
Definition at line 19340 of file vulkan_structs.hpp.
|
inline |
Definition at line 19274 of file vulkan_structs.hpp.
|
inline |
Definition at line 19280 of file vulkan_structs.hpp.
|
inline |
Definition at line 19268 of file vulkan_structs.hpp.
|
inline |
Definition at line 19262 of file vulkan_structs.hpp.
|
inline |
Definition at line 19292 of file vulkan_structs.hpp.
|
inline |
Definition at line 19286 of file vulkan_structs.hpp.
|
inline |
Definition at line 19300 of file vulkan_structs.hpp.
|
static |
Definition at line 19210 of file vulkan_structs.hpp.
vk::Image vk::CopyMemoryToImageInfoEXT::dstImage = {} |
Definition at line 19360 of file vulkan_structs.hpp.
vk::ImageLayout vk::CopyMemoryToImageInfoEXT::dstImageLayout = vk::ImageLayout::eUndefined |
Definition at line 19361 of file vulkan_structs.hpp.
vk::HostImageCopyFlagsEXT vk::CopyMemoryToImageInfoEXT::flags = {} |
Definition at line 19359 of file vulkan_structs.hpp.
const void* vk::CopyMemoryToImageInfoEXT::pNext = {} |
Definition at line 19358 of file vulkan_structs.hpp.
const vk::MemoryToImageCopyEXT* vk::CopyMemoryToImageInfoEXT::pRegions = {} |
Definition at line 19363 of file vulkan_structs.hpp.
uint32_t vk::CopyMemoryToImageInfoEXT::regionCount = {} |
Definition at line 19362 of file vulkan_structs.hpp.
|
static |
Definition at line 19211 of file vulkan_structs.hpp.
vk::StructureType vk::CopyMemoryToImageInfoEXT::sType = StructureType::eCopyMemoryToImageInfoEXT |
Definition at line 19357 of file vulkan_structs.hpp.