Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCopyBufferToImageInfo2 |
Public Attributes | |
vk::StructureType | sType = StructureType::eCopyBufferToImageInfo2 |
const void * | pNext = {} |
vk::Buffer | srcBuffer = {} |
vk::Image | dstImage = {} |
vk::ImageLayout | dstImageLayout = vk::ImageLayout::eUndefined |
uint32_t | regionCount = {} |
const vk::BufferImageCopy2 * | pRegions = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCopyBufferToImageInfo2 |
Definition at line 17308 of file vulkan_structs.hpp.
Definition at line 17310 of file vulkan_structs.hpp.
|
inline |
Definition at line 17316 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 17333 of file vulkan_structs.hpp.
|
inline |
Definition at line 17339 of file vulkan_structs.hpp.
|
inline |
Definition at line 17416 of file vulkan_structs.hpp.
|
inline |
Definition at line 17411 of file vulkan_structs.hpp.
|
inline |
Definition at line 17452 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 17357 of file vulkan_structs.hpp.
|
inline |
Definition at line 17442 of file vulkan_structs.hpp.
|
inline |
Definition at line 17376 of file vulkan_structs.hpp.
|
inline |
Definition at line 17382 of file vulkan_structs.hpp.
|
inline |
Definition at line 17364 of file vulkan_structs.hpp.
|
inline |
Definition at line 17394 of file vulkan_structs.hpp.
|
inline |
Definition at line 17388 of file vulkan_structs.hpp.
|
inline |
Definition at line 17402 of file vulkan_structs.hpp.
|
inline |
Definition at line 17370 of file vulkan_structs.hpp.
|
static |
Definition at line 17312 of file vulkan_structs.hpp.
vk::Image vk::CopyBufferToImageInfo2::dstImage = {} |
Definition at line 17462 of file vulkan_structs.hpp.
vk::ImageLayout vk::CopyBufferToImageInfo2::dstImageLayout = vk::ImageLayout::eUndefined |
Definition at line 17463 of file vulkan_structs.hpp.
const void* vk::CopyBufferToImageInfo2::pNext = {} |
Definition at line 17460 of file vulkan_structs.hpp.
const vk::BufferImageCopy2* vk::CopyBufferToImageInfo2::pRegions = {} |
Definition at line 17465 of file vulkan_structs.hpp.
uint32_t vk::CopyBufferToImageInfo2::regionCount = {} |
Definition at line 17464 of file vulkan_structs.hpp.
vk::Buffer vk::CopyBufferToImageInfo2::srcBuffer = {} |
Definition at line 17461 of file vulkan_structs.hpp.
|
static |
Definition at line 17313 of file vulkan_structs.hpp.
vk::StructureType vk::CopyBufferToImageInfo2::sType = StructureType::eCopyBufferToImageInfo2 |
Definition at line 17459 of file vulkan_structs.hpp.