Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkImageToMemoryCopyEXT |
Public Attributes | |
vk::StructureType | sType = StructureType::eImageToMemoryCopyEXT |
const void * | pNext = {} |
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::eImageToMemoryCopyEXT |
Definition at line 18406 of file vulkan_structs.hpp.
Definition at line 18408 of file vulkan_structs.hpp.
|
inline |
Definition at line 18414 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 18433 of file vulkan_structs.hpp.
|
inline |
Definition at line 18497 of file vulkan_structs.hpp.
|
inline |
Definition at line 18492 of file vulkan_structs.hpp.
|
inline |
Definition at line 18535 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 18441 of file vulkan_structs.hpp.
|
inline |
Definition at line 18524 of file vulkan_structs.hpp.
|
inline |
Definition at line 18485 of file vulkan_structs.hpp.
|
inline |
Definition at line 18479 of file vulkan_structs.hpp.
|
inline |
Definition at line 18473 of file vulkan_structs.hpp.
|
inline |
Definition at line 18466 of file vulkan_structs.hpp.
|
inline |
Definition at line 18460 of file vulkan_structs.hpp.
|
inline |
Definition at line 18454 of file vulkan_structs.hpp.
|
inline |
Definition at line 18448 of file vulkan_structs.hpp.
|
static |
Definition at line 18410 of file vulkan_structs.hpp.
vk::Extent3D vk::ImageToMemoryCopyEXT::imageExtent = {} |
Definition at line 18549 of file vulkan_structs.hpp.
vk::Offset3D vk::ImageToMemoryCopyEXT::imageOffset = {} |
Definition at line 18548 of file vulkan_structs.hpp.
vk::ImageSubresourceLayers vk::ImageToMemoryCopyEXT::imageSubresource = {} |
Definition at line 18547 of file vulkan_structs.hpp.
uint32_t vk::ImageToMemoryCopyEXT::memoryImageHeight = {} |
Definition at line 18546 of file vulkan_structs.hpp.
uint32_t vk::ImageToMemoryCopyEXT::memoryRowLength = {} |
Definition at line 18545 of file vulkan_structs.hpp.
void* vk::ImageToMemoryCopyEXT::pHostPointer = {} |
Definition at line 18544 of file vulkan_structs.hpp.
const void* vk::ImageToMemoryCopyEXT::pNext = {} |
Definition at line 18543 of file vulkan_structs.hpp.
|
static |
Definition at line 18411 of file vulkan_structs.hpp.
vk::StructureType vk::ImageToMemoryCopyEXT::sType = StructureType::eImageToMemoryCopyEXT |
Definition at line 18542 of file vulkan_structs.hpp.