HDK
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCopyBufferToImageInfo2 |
Public Attributes | |
VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eCopyBufferToImageInfo2 |
const void * | pNext = {} |
VULKAN_HPP_NAMESPACE::Buffer | srcBuffer = {} |
VULKAN_HPP_NAMESPACE::Image | dstImage = {} |
VULKAN_HPP_NAMESPACE::ImageLayout | dstImageLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined |
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::eCopyBufferToImageInfo2 |
Definition at line 15867 of file vulkan_structs.hpp.
Definition at line 15869 of file vulkan_structs.hpp.
|
inline |
Definition at line 15875 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 15892 of file vulkan_structs.hpp.
|
inline |
Definition at line 15898 of file vulkan_structs.hpp.
|
inline |
Definition at line 15975 of file vulkan_structs.hpp.
|
inline |
Definition at line 15970 of file vulkan_structs.hpp.
|
inline |
Definition at line 16011 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 15916 of file vulkan_structs.hpp.
|
inline |
Definition at line 16001 of file vulkan_structs.hpp.
|
inline |
Definition at line 15935 of file vulkan_structs.hpp.
|
inline |
Definition at line 15941 of file vulkan_structs.hpp.
|
inline |
Definition at line 15923 of file vulkan_structs.hpp.
|
inline |
Definition at line 15953 of file vulkan_structs.hpp.
|
inline |
Definition at line 15947 of file vulkan_structs.hpp.
|
inline |
Definition at line 15961 of file vulkan_structs.hpp.
|
inline |
Definition at line 15929 of file vulkan_structs.hpp.
|
static |
Definition at line 15871 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::Image VULKAN_HPP_NAMESPACE::CopyBufferToImageInfo2::dstImage = {} |
Definition at line 16021 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::ImageLayout VULKAN_HPP_NAMESPACE::CopyBufferToImageInfo2::dstImageLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined |
Definition at line 16022 of file vulkan_structs.hpp.
const void* VULKAN_HPP_NAMESPACE::CopyBufferToImageInfo2::pNext = {} |
Definition at line 16019 of file vulkan_structs.hpp.
const VULKAN_HPP_NAMESPACE::BufferImageCopy2* VULKAN_HPP_NAMESPACE::CopyBufferToImageInfo2::pRegions = {} |
Definition at line 16024 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::CopyBufferToImageInfo2::regionCount = {} |
Definition at line 16023 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::Buffer VULKAN_HPP_NAMESPACE::CopyBufferToImageInfo2::srcBuffer = {} |
Definition at line 16020 of file vulkan_structs.hpp.
|
static |
Definition at line 15872 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::CopyBufferToImageInfo2::sType = StructureType::eCopyBufferToImageInfo2 |
Definition at line 16018 of file vulkan_structs.hpp.