Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkMemoryToImageCopyEXT |
Public Attributes | |
vk::StructureType | sType = StructureType::eMemoryToImageCopyEXT |
const void * | pNext = {} |
const void * | pHostPointer = {} |
uint32_t | memoryRowLength = {} |
uint32_t | memoryImageHeight = {} |
vk::ImageSubresourceLayers | imageSubresource = {} |
vk::Offset3D | imageOffset = {} |
vk::Extent3D | imageExtent = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eMemoryToImageCopyEXT |
Definition at line 19054 of file vulkan_structs.hpp.
Definition at line 19056 of file vulkan_structs.hpp.
|
inline |
Definition at line 19062 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 19081 of file vulkan_structs.hpp.
|
inline |
Definition at line 19145 of file vulkan_structs.hpp.
|
inline |
Definition at line 19140 of file vulkan_structs.hpp.
|
inline |
Definition at line 19183 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 19089 of file vulkan_structs.hpp.
|
inline |
Definition at line 19172 of file vulkan_structs.hpp.
|
inline |
Definition at line 19133 of file vulkan_structs.hpp.
|
inline |
Definition at line 19127 of file vulkan_structs.hpp.
|
inline |
Definition at line 19121 of file vulkan_structs.hpp.
|
inline |
Definition at line 19114 of file vulkan_structs.hpp.
|
inline |
Definition at line 19108 of file vulkan_structs.hpp.
|
inline |
Definition at line 19102 of file vulkan_structs.hpp.
|
inline |
Definition at line 19096 of file vulkan_structs.hpp.
|
static |
Definition at line 19058 of file vulkan_structs.hpp.
vk::Extent3D vk::MemoryToImageCopyEXT::imageExtent = {} |
Definition at line 19197 of file vulkan_structs.hpp.
vk::Offset3D vk::MemoryToImageCopyEXT::imageOffset = {} |
Definition at line 19196 of file vulkan_structs.hpp.
vk::ImageSubresourceLayers vk::MemoryToImageCopyEXT::imageSubresource = {} |
Definition at line 19195 of file vulkan_structs.hpp.
uint32_t vk::MemoryToImageCopyEXT::memoryImageHeight = {} |
Definition at line 19194 of file vulkan_structs.hpp.
uint32_t vk::MemoryToImageCopyEXT::memoryRowLength = {} |
Definition at line 19193 of file vulkan_structs.hpp.
const void* vk::MemoryToImageCopyEXT::pHostPointer = {} |
Definition at line 19192 of file vulkan_structs.hpp.
const void* vk::MemoryToImageCopyEXT::pNext = {} |
Definition at line 19191 of file vulkan_structs.hpp.
|
static |
Definition at line 19059 of file vulkan_structs.hpp.
vk::StructureType vk::MemoryToImageCopyEXT::sType = StructureType::eMemoryToImageCopyEXT |
Definition at line 19190 of file vulkan_structs.hpp.