Vulkan-Hpp
vk::ImageToMemoryCopyEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkImageToMemoryCopyEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ImageToMemoryCopyEXT (void *pHostPointer_={}, uint32_t memoryRowLength_={}, uint32_t memoryImageHeight_={}, vk::ImageSubresourceLayers imageSubresource_={}, vk::Offset3D imageOffset_={}, vk::Extent3D imageExtent_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ImageToMemoryCopyEXT (ImageToMemoryCopyEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ImageToMemoryCopyEXT (VkImageToMemoryCopyEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
ImageToMemoryCopyEXToperator= (ImageToMemoryCopyEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ImageToMemoryCopyEXToperator= (VkImageToMemoryCopyEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXTsetPHostPointer (void *pHostPointer_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXTsetMemoryRowLength (uint32_t memoryRowLength_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXTsetMemoryImageHeight (uint32_t memoryImageHeight_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXTsetImageSubresource (vk::ImageSubresourceLayers const &imageSubresource_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXTsetImageOffset (vk::Offset3D const &imageOffset_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXTsetImageExtent (vk::Extent3D const &imageExtent_) VULKAN_HPP_NOEXCEPT
 
 operator VkImageToMemoryCopyEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkImageToMemoryCopyEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ImageToMemoryCopyEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ImageToMemoryCopyEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eImageToMemoryCopyEXT
 
const void * pNext = {}
 
void * pHostPointer = {}
 
uint32_t memoryRowLength = {}
 
uint32_t memoryImageHeight = {}
 
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::eImageToMemoryCopyEXT
 

Detailed Description

Definition at line 18406 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ ImageToMemoryCopyEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::ImageToMemoryCopyEXT::ImageToMemoryCopyEXT ( void *  pHostPointer_ = {},
uint32_t  memoryRowLength_ = {},
uint32_t  memoryImageHeight_ = {},
vk::ImageSubresourceLayers  imageSubresource_ = {},
vk::Offset3D  imageOffset_ = {},
vk::Extent3D  imageExtent_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 18414 of file vulkan_structs.hpp.

◆ ImageToMemoryCopyEXT() [2/3]

VULKAN_HPP_CONSTEXPR vk::ImageToMemoryCopyEXT::ImageToMemoryCopyEXT ( ImageToMemoryCopyEXT const &  rhs)
default

◆ ImageToMemoryCopyEXT() [3/3]

vk::ImageToMemoryCopyEXT::ImageToMemoryCopyEXT ( VkImageToMemoryCopyEXT const &  rhs)
inline

Definition at line 18433 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkImageToMemoryCopyEXT &()

vk::ImageToMemoryCopyEXT::operator VkImageToMemoryCopyEXT & ( )
inline

Definition at line 18497 of file vulkan_structs.hpp.

◆ operator VkImageToMemoryCopyEXT const &()

vk::ImageToMemoryCopyEXT::operator VkImageToMemoryCopyEXT const & ( ) const
inline

Definition at line 18492 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::ImageToMemoryCopyEXT::operator!= ( ImageToMemoryCopyEXT const &  rhs) const
inline

Definition at line 18535 of file vulkan_structs.hpp.

◆ operator=() [1/2]

ImageToMemoryCopyEXT& vk::ImageToMemoryCopyEXT::operator= ( ImageToMemoryCopyEXT const &  rhs)
default

◆ operator=() [2/2]

ImageToMemoryCopyEXT& vk::ImageToMemoryCopyEXT::operator= ( VkImageToMemoryCopyEXT const &  rhs)
inline

Definition at line 18441 of file vulkan_structs.hpp.

◆ operator==()

bool vk::ImageToMemoryCopyEXT::operator== ( ImageToMemoryCopyEXT const &  rhs) const
inline

Definition at line 18524 of file vulkan_structs.hpp.

◆ setImageExtent()

VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXT& vk::ImageToMemoryCopyEXT::setImageExtent ( vk::Extent3D const &  imageExtent_)
inline

Definition at line 18485 of file vulkan_structs.hpp.

◆ setImageOffset()

VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXT& vk::ImageToMemoryCopyEXT::setImageOffset ( vk::Offset3D const &  imageOffset_)
inline

Definition at line 18479 of file vulkan_structs.hpp.

◆ setImageSubresource()

VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXT& vk::ImageToMemoryCopyEXT::setImageSubresource ( vk::ImageSubresourceLayers const &  imageSubresource_)
inline

Definition at line 18473 of file vulkan_structs.hpp.

◆ setMemoryImageHeight()

VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXT& vk::ImageToMemoryCopyEXT::setMemoryImageHeight ( uint32_t  memoryImageHeight_)
inline

Definition at line 18466 of file vulkan_structs.hpp.

◆ setMemoryRowLength()

VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXT& vk::ImageToMemoryCopyEXT::setMemoryRowLength ( uint32_t  memoryRowLength_)
inline

Definition at line 18460 of file vulkan_structs.hpp.

◆ setPHostPointer()

VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXT& vk::ImageToMemoryCopyEXT::setPHostPointer ( void *  pHostPointer_)
inline

Definition at line 18454 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 ImageToMemoryCopyEXT& vk::ImageToMemoryCopyEXT::setPNext ( const void *  pNext_)
inline

Definition at line 18448 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::ImageToMemoryCopyEXT::allowDuplicate = false
static

Definition at line 18410 of file vulkan_structs.hpp.

◆ imageExtent

vk::Extent3D vk::ImageToMemoryCopyEXT::imageExtent = {}

Definition at line 18549 of file vulkan_structs.hpp.

◆ imageOffset

vk::Offset3D vk::ImageToMemoryCopyEXT::imageOffset = {}

Definition at line 18548 of file vulkan_structs.hpp.

◆ imageSubresource

vk::ImageSubresourceLayers vk::ImageToMemoryCopyEXT::imageSubresource = {}

Definition at line 18547 of file vulkan_structs.hpp.

◆ memoryImageHeight

uint32_t vk::ImageToMemoryCopyEXT::memoryImageHeight = {}

Definition at line 18546 of file vulkan_structs.hpp.

◆ memoryRowLength

uint32_t vk::ImageToMemoryCopyEXT::memoryRowLength = {}

Definition at line 18545 of file vulkan_structs.hpp.

◆ pHostPointer

void* vk::ImageToMemoryCopyEXT::pHostPointer = {}

Definition at line 18544 of file vulkan_structs.hpp.

◆ pNext

const void* vk::ImageToMemoryCopyEXT::pNext = {}

Definition at line 18543 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::ImageToMemoryCopyEXT::structureType = StructureType::eImageToMemoryCopyEXT
static

Definition at line 18411 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::ImageToMemoryCopyEXT::sType = StructureType::eImageToMemoryCopyEXT

Definition at line 18542 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: