SDL  2.0
VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties:

Public Member Functions

 operator VkExternalImageFormatProperties const & () const
 
 operator VkExternalImageFormatProperties & ()
 
bool operator== (ExternalImageFormatProperties const &rhs) const
 
bool operator!= (ExternalImageFormatProperties const &rhs) const
 

Data Fields

voidpNext = nullptr
 
ExternalMemoryProperties externalMemoryProperties
 

Private Attributes

StructureType sType = StructureType::eExternalImageFormatProperties
 

Detailed Description

Definition at line 32337 of file vulkan.hpp.

Member Function Documentation

◆ operator VkExternalImageFormatProperties &()

VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::operator VkExternalImageFormatProperties & ( )
inline

Definition at line 32344 of file vulkan.hpp.

32345  {
32346  return *reinterpret_cast<VkExternalImageFormatProperties*>(this);
32347  }

◆ operator VkExternalImageFormatProperties const &()

VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::operator VkExternalImageFormatProperties const & ( ) const
inline

Definition at line 32339 of file vulkan.hpp.

32340  {
32341  return *reinterpret_cast<const VkExternalImageFormatProperties*>(this);
32342  }

◆ operator!=()

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

Definition at line 32356 of file vulkan.hpp.

32357  {
32358  return !operator==( rhs );
32359  }
bool operator==(ExternalImageFormatProperties const &rhs) const
Definition: vulkan.hpp:32349

◆ operator==()

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

Definition at line 32349 of file vulkan.hpp.

References externalMemoryProperties, pNext, and sType.

32350  {
32351  return ( sType == rhs.sType )
32352  && ( pNext == rhs.pNext )
32353  && ( externalMemoryProperties == rhs.externalMemoryProperties );
32354  }

Field Documentation

◆ externalMemoryProperties

ExternalMemoryProperties VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::externalMemoryProperties

Definition at line 32366 of file vulkan.hpp.

Referenced by operator==().

◆ pNext

void* VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::pNext = nullptr

Definition at line 32365 of file vulkan.hpp.

Referenced by operator==().

◆ sType

StructureType VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::sType = StructureType::eExternalImageFormatProperties
private

Definition at line 32362 of file vulkan.hpp.

Referenced by operator==().


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