Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkBufferImageCopy2 |
Public Attributes | |
vk::StructureType | sType = StructureType::eBufferImageCopy2 |
const void * | pNext = {} |
vk::DeviceSize | bufferOffset = {} |
uint32_t | bufferRowLength = {} |
uint32_t | bufferImageHeight = {} |
vk::ImageSubresourceLayers | imageSubresource = {} |
vk::Offset3D | imageOffset = {} |
vk::Extent3D | imageExtent = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eBufferImageCopy2 |
Definition at line 12448 of file vulkan_structs.hpp.
Definition at line 12450 of file vulkan_structs.hpp.
|
inline |
Definition at line 12456 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 12475 of file vulkan_structs.hpp.
|
inline |
Definition at line 12535 of file vulkan_structs.hpp.
|
inline |
Definition at line 12530 of file vulkan_structs.hpp.
|
inline |
Definition at line 12573 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 12480 of file vulkan_structs.hpp.
|
inline |
Definition at line 12562 of file vulkan_structs.hpp.
|
inline |
Definition at line 12505 of file vulkan_structs.hpp.
|
inline |
Definition at line 12493 of file vulkan_structs.hpp.
|
inline |
Definition at line 12499 of file vulkan_structs.hpp.
|
inline |
Definition at line 12523 of file vulkan_structs.hpp.
|
inline |
Definition at line 12517 of file vulkan_structs.hpp.
|
inline |
Definition at line 12511 of file vulkan_structs.hpp.
|
inline |
Definition at line 12487 of file vulkan_structs.hpp.
|
static |
Definition at line 12452 of file vulkan_structs.hpp.
uint32_t vk::BufferImageCopy2::bufferImageHeight = {} |
Definition at line 12584 of file vulkan_structs.hpp.
vk::DeviceSize vk::BufferImageCopy2::bufferOffset = {} |
Definition at line 12582 of file vulkan_structs.hpp.
uint32_t vk::BufferImageCopy2::bufferRowLength = {} |
Definition at line 12583 of file vulkan_structs.hpp.
vk::Extent3D vk::BufferImageCopy2::imageExtent = {} |
Definition at line 12587 of file vulkan_structs.hpp.
vk::Offset3D vk::BufferImageCopy2::imageOffset = {} |
Definition at line 12586 of file vulkan_structs.hpp.
vk::ImageSubresourceLayers vk::BufferImageCopy2::imageSubresource = {} |
Definition at line 12585 of file vulkan_structs.hpp.
const void* vk::BufferImageCopy2::pNext = {} |
Definition at line 12581 of file vulkan_structs.hpp.
|
static |
Definition at line 12453 of file vulkan_structs.hpp.
vk::StructureType vk::BufferImageCopy2::sType = StructureType::eBufferImageCopy2 |
Definition at line 12580 of file vulkan_structs.hpp.