HDK
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCopyBufferInfo2 |
Public Attributes | |
VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eCopyBufferInfo2 |
const void * | pNext = {} |
VULKAN_HPP_NAMESPACE::Buffer | srcBuffer = {} |
VULKAN_HPP_NAMESPACE::Buffer | dstBuffer = {} |
uint32_t | regionCount = {} |
const VULKAN_HPP_NAMESPACE::BufferCopy2 * | pRegions = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCopyBufferInfo2 |
Definition at line 15720 of file vulkan_structs.hpp.
Definition at line 15722 of file vulkan_structs.hpp.
|
inline |
Definition at line 15728 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 15743 of file vulkan_structs.hpp.
|
inline |
Definition at line 15746 of file vulkan_structs.hpp.
|
inline |
Definition at line 15810 of file vulkan_structs.hpp.
|
inline |
Definition at line 15805 of file vulkan_structs.hpp.
|
inline |
Definition at line 15845 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 15758 of file vulkan_structs.hpp.
|
inline |
Definition at line 15835 of file vulkan_structs.hpp.
|
inline |
Definition at line 15777 of file vulkan_structs.hpp.
|
inline |
Definition at line 15765 of file vulkan_structs.hpp.
|
inline |
Definition at line 15789 of file vulkan_structs.hpp.
|
inline |
Definition at line 15783 of file vulkan_structs.hpp.
|
inline |
Definition at line 15796 of file vulkan_structs.hpp.
|
inline |
Definition at line 15771 of file vulkan_structs.hpp.
|
static |
Definition at line 15724 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::Buffer VULKAN_HPP_NAMESPACE::CopyBufferInfo2::dstBuffer = {} |
Definition at line 15855 of file vulkan_structs.hpp.
const void* VULKAN_HPP_NAMESPACE::CopyBufferInfo2::pNext = {} |
Definition at line 15853 of file vulkan_structs.hpp.
const VULKAN_HPP_NAMESPACE::BufferCopy2* VULKAN_HPP_NAMESPACE::CopyBufferInfo2::pRegions = {} |
Definition at line 15857 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::CopyBufferInfo2::regionCount = {} |
Definition at line 15856 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::Buffer VULKAN_HPP_NAMESPACE::CopyBufferInfo2::srcBuffer = {} |
Definition at line 15854 of file vulkan_structs.hpp.
|
static |
Definition at line 15725 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::CopyBufferInfo2::sType = StructureType::eCopyBufferInfo2 |
Definition at line 15852 of file vulkan_structs.hpp.