Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCopyImageToBufferInfo2 |
Public Attributes | |
vk::StructureType | sType = StructureType::eCopyImageToBufferInfo2 |
const void * | pNext = {} |
vk::Image | srcImage = {} |
vk::ImageLayout | srcImageLayout = vk::ImageLayout::eUndefined |
vk::Buffer | dstBuffer = {} |
uint32_t | regionCount = {} |
const vk::BufferImageCopy2 * | pRegions = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCopyImageToBufferInfo2 |
Definition at line 18047 of file vulkan_structs.hpp.
Definition at line 18049 of file vulkan_structs.hpp.
|
inline |
Definition at line 18055 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 18072 of file vulkan_structs.hpp.
|
inline |
Definition at line 18078 of file vulkan_structs.hpp.
|
inline |
Definition at line 18155 of file vulkan_structs.hpp.
|
inline |
Definition at line 18150 of file vulkan_structs.hpp.
|
inline |
Definition at line 18191 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 18096 of file vulkan_structs.hpp.
|
inline |
Definition at line 18181 of file vulkan_structs.hpp.
|
inline |
Definition at line 18121 of file vulkan_structs.hpp.
|
inline |
Definition at line 18103 of file vulkan_structs.hpp.
|
inline |
Definition at line 18133 of file vulkan_structs.hpp.
|
inline |
Definition at line 18127 of file vulkan_structs.hpp.
|
inline |
Definition at line 18141 of file vulkan_structs.hpp.
|
inline |
Definition at line 18109 of file vulkan_structs.hpp.
|
inline |
Definition at line 18115 of file vulkan_structs.hpp.
|
static |
Definition at line 18051 of file vulkan_structs.hpp.
vk::Buffer vk::CopyImageToBufferInfo2::dstBuffer = {} |
Definition at line 18202 of file vulkan_structs.hpp.
const void* vk::CopyImageToBufferInfo2::pNext = {} |
Definition at line 18199 of file vulkan_structs.hpp.
const vk::BufferImageCopy2* vk::CopyImageToBufferInfo2::pRegions = {} |
Definition at line 18204 of file vulkan_structs.hpp.
uint32_t vk::CopyImageToBufferInfo2::regionCount = {} |
Definition at line 18203 of file vulkan_structs.hpp.
vk::Image vk::CopyImageToBufferInfo2::srcImage = {} |
Definition at line 18200 of file vulkan_structs.hpp.
vk::ImageLayout vk::CopyImageToBufferInfo2::srcImageLayout = vk::ImageLayout::eUndefined |
Definition at line 18201 of file vulkan_structs.hpp.
|
static |
Definition at line 18052 of file vulkan_structs.hpp.
vk::StructureType vk::CopyImageToBufferInfo2::sType = StructureType::eCopyImageToBufferInfo2 |
Definition at line 18198 of file vulkan_structs.hpp.