Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkImageResolve2 |
Public Attributes | |
vk::StructureType | sType = StructureType::eImageResolve2 |
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::eImageResolve2 |
Definition at line 45194 of file vulkan_structs.hpp.
Definition at line 45196 of file vulkan_structs.hpp.
|
inline |
Definition at line 45202 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 45219 of file vulkan_structs.hpp.
|
inline |
Definition at line 45273 of file vulkan_structs.hpp.
|
inline |
Definition at line 45268 of file vulkan_structs.hpp.
|
inline |
Definition at line 45309 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 45224 of file vulkan_structs.hpp.
|
inline |
Definition at line 45299 of file vulkan_structs.hpp.
|
inline |
Definition at line 45255 of file vulkan_structs.hpp.
|
inline |
Definition at line 45249 of file vulkan_structs.hpp.
|
inline |
Definition at line 45261 of file vulkan_structs.hpp.
|
inline |
Definition at line 45231 of file vulkan_structs.hpp.
|
inline |
Definition at line 45243 of file vulkan_structs.hpp.
|
inline |
Definition at line 45237 of file vulkan_structs.hpp.
|
static |
Definition at line 45198 of file vulkan_structs.hpp.
vk::Offset3D vk::ImageResolve2::dstOffset = {} |
Definition at line 45321 of file vulkan_structs.hpp.
vk::ImageSubresourceLayers vk::ImageResolve2::dstSubresource = {} |
Definition at line 45320 of file vulkan_structs.hpp.
vk::Extent3D vk::ImageResolve2::extent = {} |
Definition at line 45322 of file vulkan_structs.hpp.
const void* vk::ImageResolve2::pNext = {} |
Definition at line 45317 of file vulkan_structs.hpp.
vk::Offset3D vk::ImageResolve2::srcOffset = {} |
Definition at line 45319 of file vulkan_structs.hpp.
vk::ImageSubresourceLayers vk::ImageResolve2::srcSubresource = {} |
Definition at line 45318 of file vulkan_structs.hpp.
|
static |
Definition at line 45199 of file vulkan_structs.hpp.
vk::StructureType vk::ImageResolve2::sType = StructureType::eImageResolve2 |
Definition at line 45316 of file vulkan_structs.hpp.