HDK
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCopyImageToBufferInfo2 |
Public Attributes | |
VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eCopyImageToBufferInfo2 |
const void * | pNext = {} |
VULKAN_HPP_NAMESPACE::Image | srcImage = {} |
VULKAN_HPP_NAMESPACE::ImageLayout | srcImageLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined |
VULKAN_HPP_NAMESPACE::Buffer | dstBuffer = {} |
uint32_t | regionCount = {} |
const VULKAN_HPP_NAMESPACE::BufferImageCopy2 * | pRegions = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCopyImageToBufferInfo2 |
Definition at line 16603 of file vulkan_structs.hpp.
Definition at line 16605 of file vulkan_structs.hpp.
|
inline |
Definition at line 16611 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 16628 of file vulkan_structs.hpp.
|
inline |
Definition at line 16634 of file vulkan_structs.hpp.
|
inline |
Definition at line 16711 of file vulkan_structs.hpp.
|
inline |
Definition at line 16706 of file vulkan_structs.hpp.
|
inline |
Definition at line 16747 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 16652 of file vulkan_structs.hpp.
|
inline |
Definition at line 16737 of file vulkan_structs.hpp.
|
inline |
Definition at line 16677 of file vulkan_structs.hpp.
|
inline |
Definition at line 16659 of file vulkan_structs.hpp.
|
inline |
Definition at line 16689 of file vulkan_structs.hpp.
|
inline |
Definition at line 16683 of file vulkan_structs.hpp.
|
inline |
Definition at line 16697 of file vulkan_structs.hpp.
|
inline |
Definition at line 16665 of file vulkan_structs.hpp.
|
inline |
Definition at line 16671 of file vulkan_structs.hpp.
|
static |
Definition at line 16607 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::Buffer VULKAN_HPP_NAMESPACE::CopyImageToBufferInfo2::dstBuffer = {} |
Definition at line 16758 of file vulkan_structs.hpp.
const void* VULKAN_HPP_NAMESPACE::CopyImageToBufferInfo2::pNext = {} |
Definition at line 16755 of file vulkan_structs.hpp.
const VULKAN_HPP_NAMESPACE::BufferImageCopy2* VULKAN_HPP_NAMESPACE::CopyImageToBufferInfo2::pRegions = {} |
Definition at line 16760 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::CopyImageToBufferInfo2::regionCount = {} |
Definition at line 16759 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::Image VULKAN_HPP_NAMESPACE::CopyImageToBufferInfo2::srcImage = {} |
Definition at line 16756 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::ImageLayout VULKAN_HPP_NAMESPACE::CopyImageToBufferInfo2::srcImageLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined |
Definition at line 16757 of file vulkan_structs.hpp.
|
static |
Definition at line 16608 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::CopyImageToBufferInfo2::sType = StructureType::eCopyImageToBufferInfo2 |
Definition at line 16754 of file vulkan_structs.hpp.