SDL  2.0
VULKAN_HPP_NAMESPACE::ImageFormatProperties2 Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::ImageFormatProperties2:

Public Member Functions

 operator VkImageFormatProperties2 const & () const
 
 operator VkImageFormatProperties2 & ()
 
bool operator== (ImageFormatProperties2 const &rhs) const
 
bool operator!= (ImageFormatProperties2 const &rhs) const
 

Data Fields

voidpNext = nullptr
 
ImageFormatProperties imageFormatProperties
 

Private Attributes

StructureType sType = StructureType::eImageFormatProperties2
 

Detailed Description

Definition at line 27846 of file vulkan.hpp.

Member Function Documentation

◆ operator VkImageFormatProperties2 &()

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

Definition at line 27853 of file vulkan.hpp.

27854  {
27855  return *reinterpret_cast<VkImageFormatProperties2*>(this);
27856  }

◆ operator VkImageFormatProperties2 const &()

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

Definition at line 27848 of file vulkan.hpp.

27849  {
27850  return *reinterpret_cast<const VkImageFormatProperties2*>(this);
27851  }

◆ operator!=()

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

Definition at line 27865 of file vulkan.hpp.

27866  {
27867  return !operator==( rhs );
27868  }

References operator==().

◆ operator==()

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

Definition at line 27858 of file vulkan.hpp.

27859  {
27860  return ( sType == rhs.sType )
27861  && ( pNext == rhs.pNext )
27862  && ( imageFormatProperties == rhs.imageFormatProperties );
27863  }

References imageFormatProperties, pNext, and sType.

Referenced by operator!=().

Field Documentation

◆ imageFormatProperties

ImageFormatProperties VULKAN_HPP_NAMESPACE::ImageFormatProperties2::imageFormatProperties

Definition at line 27875 of file vulkan.hpp.

Referenced by operator==().

◆ pNext

void* VULKAN_HPP_NAMESPACE::ImageFormatProperties2::pNext = nullptr

Definition at line 27874 of file vulkan.hpp.

Referenced by operator==().

◆ sType

StructureType VULKAN_HPP_NAMESPACE::ImageFormatProperties2::sType = StructureType::eImageFormatProperties2
private

Definition at line 27871 of file vulkan.hpp.

Referenced by operator==().


The documentation for this struct was generated from the following file:
VULKAN_HPP_NAMESPACE::ImageFormatProperties2::imageFormatProperties
ImageFormatProperties imageFormatProperties
Definition: vulkan.hpp:27875
VULKAN_HPP_NAMESPACE::ImageFormatProperties2::pNext
void * pNext
Definition: vulkan.hpp:27874
VULKAN_HPP_NAMESPACE::ImageFormatProperties2::sType
StructureType sType
Definition: vulkan.hpp:27871
VULKAN_HPP_NAMESPACE::ImageFormatProperties2::operator==
bool operator==(ImageFormatProperties2 const &rhs) const
Definition: vulkan.hpp:27858
VkImageFormatProperties2
Definition: vulkan_core.h:4170