Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkImageBlit2 |
Public Attributes | |
vk::StructureType | sType = StructureType::eImageBlit2 |
const void * | pNext = {} |
vk::ImageSubresourceLayers | srcSubresource = {} |
vk::ArrayWrapper1D< vk::Offset3D, 2 > | srcOffsets = {} |
vk::ImageSubresourceLayers | dstSubresource = {} |
vk::ArrayWrapper1D< vk::Offset3D, 2 > | dstOffsets = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eImageBlit2 |
Definition at line 10413 of file vulkan_structs.hpp.
Definition at line 10415 of file vulkan_structs.hpp.
|
inline |
Definition at line 10421 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 10436 of file vulkan_structs.hpp.
|
inline |
Definition at line 10484 of file vulkan_structs.hpp.
|
inline |
Definition at line 10479 of file vulkan_structs.hpp.
|
inline |
Definition at line 10519 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 10441 of file vulkan_structs.hpp.
|
inline |
Definition at line 10509 of file vulkan_structs.hpp.
|
inline |
Definition at line 10472 of file vulkan_structs.hpp.
|
inline |
Definition at line 10466 of file vulkan_structs.hpp.
|
inline |
Definition at line 10448 of file vulkan_structs.hpp.
|
inline |
Definition at line 10460 of file vulkan_structs.hpp.
|
inline |
Definition at line 10454 of file vulkan_structs.hpp.
|
static |
Definition at line 10417 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<vk::Offset3D, 2> vk::ImageBlit2::dstOffsets = {} |
Definition at line 10531 of file vulkan_structs.hpp.
vk::ImageSubresourceLayers vk::ImageBlit2::dstSubresource = {} |
Definition at line 10530 of file vulkan_structs.hpp.
const void* vk::ImageBlit2::pNext = {} |
Definition at line 10527 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<vk::Offset3D, 2> vk::ImageBlit2::srcOffsets = {} |
Definition at line 10529 of file vulkan_structs.hpp.
vk::ImageSubresourceLayers vk::ImageBlit2::srcSubresource = {} |
Definition at line 10528 of file vulkan_structs.hpp.
|
static |
Definition at line 10418 of file vulkan_structs.hpp.
vk::StructureType vk::ImageBlit2::sType = StructureType::eImageBlit2 |
Definition at line 10526 of file vulkan_structs.hpp.