Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCopyBufferInfo2 |
Public Attributes | |
vk::StructureType | sType = StructureType::eCopyBufferInfo2 |
const void * | pNext = {} |
vk::Buffer | srcBuffer = {} |
vk::Buffer | dstBuffer = {} |
uint32_t | regionCount = {} |
const vk::BufferCopy2 * | pRegions = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCopyBufferInfo2 |
Definition at line 17160 of file vulkan_structs.hpp.
Definition at line 17162 of file vulkan_structs.hpp.
|
inline |
Definition at line 17168 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 17183 of file vulkan_structs.hpp.
|
inline |
Definition at line 17186 of file vulkan_structs.hpp.
|
inline |
Definition at line 17250 of file vulkan_structs.hpp.
|
inline |
Definition at line 17245 of file vulkan_structs.hpp.
|
inline |
Definition at line 17285 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 17198 of file vulkan_structs.hpp.
|
inline |
Definition at line 17275 of file vulkan_structs.hpp.
|
inline |
Definition at line 17217 of file vulkan_structs.hpp.
|
inline |
Definition at line 17205 of file vulkan_structs.hpp.
|
inline |
Definition at line 17229 of file vulkan_structs.hpp.
|
inline |
Definition at line 17223 of file vulkan_structs.hpp.
|
inline |
Definition at line 17236 of file vulkan_structs.hpp.
|
inline |
Definition at line 17211 of file vulkan_structs.hpp.
|
static |
Definition at line 17164 of file vulkan_structs.hpp.
vk::Buffer vk::CopyBufferInfo2::dstBuffer = {} |
Definition at line 17295 of file vulkan_structs.hpp.
const void* vk::CopyBufferInfo2::pNext = {} |
Definition at line 17293 of file vulkan_structs.hpp.
const vk::BufferCopy2* vk::CopyBufferInfo2::pRegions = {} |
Definition at line 17297 of file vulkan_structs.hpp.
uint32_t vk::CopyBufferInfo2::regionCount = {} |
Definition at line 17296 of file vulkan_structs.hpp.
vk::Buffer vk::CopyBufferInfo2::srcBuffer = {} |
Definition at line 17294 of file vulkan_structs.hpp.
|
static |
Definition at line 17165 of file vulkan_structs.hpp.
vk::StructureType vk::CopyBufferInfo2::sType = StructureType::eCopyBufferInfo2 |
Definition at line 17292 of file vulkan_structs.hpp.