Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkImageCopy2 |
Public Attributes | |
vk::StructureType | sType = StructureType::eImageCopy2 |
const void * | pNext = {} |
vk::ImageSubresourceLayers | srcSubresource = {} |
vk::Offset3D | srcOffset = {} |
vk::ImageSubresourceLayers | dstSubresource = {} |
vk::Offset3D | dstOffset = {} |
vk::Extent3D | extent = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eImageCopy2 |
Definition at line 17732 of file vulkan_structs.hpp.
Definition at line 17734 of file vulkan_structs.hpp.
|
inline |
Definition at line 17740 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 17757 of file vulkan_structs.hpp.
|
inline |
Definition at line 17811 of file vulkan_structs.hpp.
|
inline |
Definition at line 17806 of file vulkan_structs.hpp.
|
inline |
Definition at line 17847 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 17762 of file vulkan_structs.hpp.
|
inline |
Definition at line 17837 of file vulkan_structs.hpp.
|
inline |
Definition at line 17793 of file vulkan_structs.hpp.
|
inline |
Definition at line 17787 of file vulkan_structs.hpp.
|
inline |
Definition at line 17799 of file vulkan_structs.hpp.
|
inline |
Definition at line 17769 of file vulkan_structs.hpp.
|
inline |
Definition at line 17781 of file vulkan_structs.hpp.
|
inline |
Definition at line 17775 of file vulkan_structs.hpp.
|
static |
Definition at line 17736 of file vulkan_structs.hpp.
vk::Offset3D vk::ImageCopy2::dstOffset = {} |
Definition at line 17859 of file vulkan_structs.hpp.
vk::ImageSubresourceLayers vk::ImageCopy2::dstSubresource = {} |
Definition at line 17858 of file vulkan_structs.hpp.
vk::Extent3D vk::ImageCopy2::extent = {} |
Definition at line 17860 of file vulkan_structs.hpp.
const void* vk::ImageCopy2::pNext = {} |
Definition at line 17855 of file vulkan_structs.hpp.
vk::Offset3D vk::ImageCopy2::srcOffset = {} |
Definition at line 17857 of file vulkan_structs.hpp.
vk::ImageSubresourceLayers vk::ImageCopy2::srcSubresource = {} |
Definition at line 17856 of file vulkan_structs.hpp.
|
static |
Definition at line 17737 of file vulkan_structs.hpp.
vk::StructureType vk::ImageCopy2::sType = StructureType::eImageCopy2 |
Definition at line 17854 of file vulkan_structs.hpp.