SDL  2.0
VULKAN_HPP_NAMESPACE::ImageFormatProperties2 Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::ImageFormatProperties2:

Public Member Functions

VULKAN_HPP_CONSTEXPR ImageFormatProperties2 (VULKAN_HPP_NAMESPACE::ImageFormatProperties imageFormatProperties_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ImageFormatProperties2 (ImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ImageFormatProperties2 (VkImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT
 
ImageFormatProperties2operator= (VkImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT
 
ImageFormatProperties2operator= (ImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkImageFormatProperties2 const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkImageFormatProperties2 & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ImageFormatProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ImageFormatProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eImageFormatProperties2
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::ImageFormatProperties imageFormatProperties = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eImageFormatProperties2
 

Detailed Description

Definition at line 52189 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ ImageFormatProperties2() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImageFormatProperties2::ImageFormatProperties2 ( VULKAN_HPP_NAMESPACE::ImageFormatProperties  imageFormatProperties_ = {})
inline

Definition at line 52195 of file vulkan.hpp.

52196  : imageFormatProperties( imageFormatProperties_ )
52197  {}
VULKAN_HPP_NAMESPACE::ImageFormatProperties imageFormatProperties
Definition: vulkan.hpp:52252
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ ImageFormatProperties2() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImageFormatProperties2::ImageFormatProperties2 ( ImageFormatProperties2 const &  rhs)
default

◆ ImageFormatProperties2() [3/3]

VULKAN_HPP_NAMESPACE::ImageFormatProperties2::ImageFormatProperties2 ( VkImageFormatProperties2 const &  rhs)
inline

Definition at line 52201 of file vulkan.hpp.

52202  {
52203  *this = rhs;
52204  }

Member Function Documentation

◆ operator VkImageFormatProperties2 &()

VULKAN_HPP_NAMESPACE::ImageFormatProperties2::operator VkImageFormatProperties2 & ( )
inline

Definition at line 52225 of file vulkan.hpp.

52226  {
52227  return *reinterpret_cast<VkImageFormatProperties2*>( this );
52228  }

◆ operator VkImageFormatProperties2 const &()

VULKAN_HPP_NAMESPACE::ImageFormatProperties2::operator VkImageFormatProperties2 const & ( ) const
inline

Definition at line 52220 of file vulkan.hpp.

52221  {
52222  return *reinterpret_cast<const VkImageFormatProperties2*>( this );
52223  }

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::ImageFormatProperties2::operator!= ( ImageFormatProperties2 const &  rhs) const
inline

Definition at line 52241 of file vulkan.hpp.

52242  {
52243  return !operator==( rhs );
52244  }
bool operator==(ImageFormatProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:52234

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

ImageFormatProperties2& VULKAN_HPP_NAMESPACE::ImageFormatProperties2::operator= ( ImageFormatProperties2 const &  rhs)
inline

Definition at line 52213 of file vulkan.hpp.

52214  {
52215  memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageFormatProperties2 ) );
52216  return *this;
52217  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR ImageFormatProperties2(VULKAN_HPP_NAMESPACE::ImageFormatProperties imageFormatProperties_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:52195

References memcpy.

◆ operator=() [2/2]

ImageFormatProperties2& VULKAN_HPP_NAMESPACE::ImageFormatProperties2::operator= ( VkImageFormatProperties2 const &  rhs)
inline

Definition at line 52207 of file vulkan.hpp.

52208  {
52209  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImageFormatProperties2 const *>( &rhs );
52210  return *this;
52211  }

◆ operator==()

bool VULKAN_HPP_NAMESPACE::ImageFormatProperties2::operator== ( ImageFormatProperties2 const &  rhs) const
inline

Definition at line 52234 of file vulkan.hpp.

52235  {
52236  return ( sType == rhs.sType )
52237  && ( pNext == rhs.pNext )
52238  && ( imageFormatProperties == rhs.imageFormatProperties );
52239  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:52250

Field Documentation

◆ allowDuplicate

const bool VULKAN_HPP_NAMESPACE::ImageFormatProperties2::allowDuplicate = false
static

Definition at line 52191 of file vulkan.hpp.

◆ imageFormatProperties

VULKAN_HPP_NAMESPACE::ImageFormatProperties VULKAN_HPP_NAMESPACE::ImageFormatProperties2::imageFormatProperties = {}

Definition at line 52252 of file vulkan.hpp.

◆ pNext

void* VULKAN_HPP_NAMESPACE::ImageFormatProperties2::pNext = {}

Definition at line 52251 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::ImageFormatProperties2::structureType = StructureType::eImageFormatProperties2
static

Definition at line 52192 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::ImageFormatProperties2::sType = StructureType::eImageFormatProperties2

Definition at line 52250 of file vulkan.hpp.


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