SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2 Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2:

Public Member Functions

 operator VkPhysicalDeviceProperties2 const & () const
 
 operator VkPhysicalDeviceProperties2 & ()
 
bool operator== (PhysicalDeviceProperties2 const &rhs) const
 
bool operator!= (PhysicalDeviceProperties2 const &rhs) const
 

Data Fields

voidpNext = nullptr
 
PhysicalDeviceProperties properties
 

Private Attributes

StructureType sType = StructureType::ePhysicalDeviceProperties2
 

Detailed Description

Definition at line 27811 of file vulkan.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceProperties2 &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::operator VkPhysicalDeviceProperties2 & ( )
inline

Definition at line 27818 of file vulkan.hpp.

27819  {
27820  return *reinterpret_cast<VkPhysicalDeviceProperties2*>(this);
27821  }

◆ operator VkPhysicalDeviceProperties2 const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::operator VkPhysicalDeviceProperties2 const & ( ) const
inline

Definition at line 27813 of file vulkan.hpp.

27814  {
27815  return *reinterpret_cast<const VkPhysicalDeviceProperties2*>(this);
27816  }

◆ operator!=()

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

Definition at line 27830 of file vulkan.hpp.

27831  {
27832  return !operator==( rhs );
27833  }
bool operator==(PhysicalDeviceProperties2 const &rhs) const
Definition: vulkan.hpp:27823

◆ operator==()

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

Definition at line 27823 of file vulkan.hpp.

References pNext, properties, and sType.

27824  {
27825  return ( sType == rhs.sType )
27826  && ( pNext == rhs.pNext )
27827  && ( properties == rhs.properties );
27828  }

Field Documentation

◆ pNext

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::pNext = nullptr

Definition at line 27839 of file vulkan.hpp.

Referenced by operator==().

◆ properties

PhysicalDeviceProperties VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::properties

Definition at line 27840 of file vulkan.hpp.

Referenced by operator==().

◆ sType

StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::sType = StructureType::ePhysicalDeviceProperties2
private

Definition at line 27836 of file vulkan.hpp.

Referenced by operator==().


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