Vulkan-Hpp
vk::MemoryToImageCopyEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMemoryToImageCopyEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MemoryToImageCopyEXT (const 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 MemoryToImageCopyEXT (MemoryToImageCopyEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 MemoryToImageCopyEXT (VkMemoryToImageCopyEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
MemoryToImageCopyEXToperator= (MemoryToImageCopyEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MemoryToImageCopyEXToperator= (VkMemoryToImageCopyEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryToImageCopyEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryToImageCopyEXTsetPHostPointer (const void *pHostPointer_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryToImageCopyEXTsetMemoryRowLength (uint32_t memoryRowLength_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryToImageCopyEXTsetMemoryImageHeight (uint32_t memoryImageHeight_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryToImageCopyEXTsetImageSubresource (vk::ImageSubresourceLayers const &imageSubresource_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryToImageCopyEXTsetImageOffset (vk::Offset3D const &imageOffset_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryToImageCopyEXTsetImageExtent (vk::Extent3D const &imageExtent_) VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryToImageCopyEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryToImageCopyEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (MemoryToImageCopyEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (MemoryToImageCopyEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eMemoryToImageCopyEXT
 
const void * pNext = {}
 
const 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::eMemoryToImageCopyEXT
 

Detailed Description

Definition at line 19054 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ MemoryToImageCopyEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::MemoryToImageCopyEXT::MemoryToImageCopyEXT ( const 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 19062 of file vulkan_structs.hpp.

◆ MemoryToImageCopyEXT() [2/3]

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

◆ MemoryToImageCopyEXT() [3/3]

vk::MemoryToImageCopyEXT::MemoryToImageCopyEXT ( VkMemoryToImageCopyEXT const &  rhs)
inline

Definition at line 19081 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkMemoryToImageCopyEXT &()

vk::MemoryToImageCopyEXT::operator VkMemoryToImageCopyEXT & ( )
inline

Definition at line 19145 of file vulkan_structs.hpp.

◆ operator VkMemoryToImageCopyEXT const &()

vk::MemoryToImageCopyEXT::operator VkMemoryToImageCopyEXT const & ( ) const
inline

Definition at line 19140 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 19183 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

MemoryToImageCopyEXT& vk::MemoryToImageCopyEXT::operator= ( VkMemoryToImageCopyEXT const &  rhs)
inline

Definition at line 19089 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 19172 of file vulkan_structs.hpp.

◆ setImageExtent()

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

Definition at line 19133 of file vulkan_structs.hpp.

◆ setImageOffset()

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

Definition at line 19127 of file vulkan_structs.hpp.

◆ setImageSubresource()

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

Definition at line 19121 of file vulkan_structs.hpp.

◆ setMemoryImageHeight()

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

Definition at line 19114 of file vulkan_structs.hpp.

◆ setMemoryRowLength()

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

Definition at line 19108 of file vulkan_structs.hpp.

◆ setPHostPointer()

VULKAN_HPP_CONSTEXPR_14 MemoryToImageCopyEXT& vk::MemoryToImageCopyEXT::setPHostPointer ( const void *  pHostPointer_)
inline

Definition at line 19102 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 19096 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 19058 of file vulkan_structs.hpp.

◆ imageExtent

vk::Extent3D vk::MemoryToImageCopyEXT::imageExtent = {}

Definition at line 19197 of file vulkan_structs.hpp.

◆ imageOffset

vk::Offset3D vk::MemoryToImageCopyEXT::imageOffset = {}

Definition at line 19196 of file vulkan_structs.hpp.

◆ imageSubresource

vk::ImageSubresourceLayers vk::MemoryToImageCopyEXT::imageSubresource = {}

Definition at line 19195 of file vulkan_structs.hpp.

◆ memoryImageHeight

uint32_t vk::MemoryToImageCopyEXT::memoryImageHeight = {}

Definition at line 19194 of file vulkan_structs.hpp.

◆ memoryRowLength

uint32_t vk::MemoryToImageCopyEXT::memoryRowLength = {}

Definition at line 19193 of file vulkan_structs.hpp.

◆ pHostPointer

const void* vk::MemoryToImageCopyEXT::pHostPointer = {}

Definition at line 19192 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 19191 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::MemoryToImageCopyEXT::structureType = StructureType::eMemoryToImageCopyEXT
static

Definition at line 19059 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::MemoryToImageCopyEXT::sType = StructureType::eMemoryToImageCopyEXT

Definition at line 19190 of file vulkan_structs.hpp.


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