SDL  2.0
VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR:

Public Member Functions

 operator VkDisplayPropertiesKHR const & () const
 
 operator VkDisplayPropertiesKHR & ()
 
bool operator== (DisplayPropertiesKHR const &rhs) const
 
bool operator!= (DisplayPropertiesKHR const &rhs) const
 

Data Fields

DisplayKHR display
 
const char * displayName
 
Extent2D physicalDimensions
 
Extent2D physicalResolution
 
SurfaceTransformFlagsKHR supportedTransforms
 
Bool32 planeReorderPossible
 
Bool32 persistentContent
 

Detailed Description

Definition at line 29344 of file vulkan.hpp.

Member Function Documentation

◆ operator VkDisplayPropertiesKHR &()

VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::operator VkDisplayPropertiesKHR & ( )
inline

Definition at line 29351 of file vulkan.hpp.

29352  {
29353  return *reinterpret_cast<VkDisplayPropertiesKHR*>(this);
29354  }

◆ operator VkDisplayPropertiesKHR const &()

VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::operator VkDisplayPropertiesKHR const & ( ) const
inline

Definition at line 29346 of file vulkan.hpp.

29347  {
29348  return *reinterpret_cast<const VkDisplayPropertiesKHR*>(this);
29349  }

◆ operator!=()

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

Definition at line 29367 of file vulkan.hpp.

29368  {
29369  return !operator==( rhs );
29370  }

References operator==().

◆ operator==()

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

Definition at line 29356 of file vulkan.hpp.

29357  {
29358  return ( display == rhs.display )
29359  && ( displayName == rhs.displayName )
29360  && ( physicalDimensions == rhs.physicalDimensions )
29361  && ( physicalResolution == rhs.physicalResolution )
29362  && ( supportedTransforms == rhs.supportedTransforms )
29363  && ( planeReorderPossible == rhs.planeReorderPossible )
29364  && ( persistentContent == rhs.persistentContent );
29365  }

References display, displayName, persistentContent, physicalDimensions, physicalResolution, planeReorderPossible, and supportedTransforms.

Referenced by operator!=().

Field Documentation

◆ display

DisplayKHR VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::display

Definition at line 29372 of file vulkan.hpp.

Referenced by operator==().

◆ displayName

const char* VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::displayName

Definition at line 29373 of file vulkan.hpp.

Referenced by operator==().

◆ persistentContent

Bool32 VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::persistentContent

Definition at line 29378 of file vulkan.hpp.

Referenced by operator==().

◆ physicalDimensions

Extent2D VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::physicalDimensions

Definition at line 29374 of file vulkan.hpp.

Referenced by operator==().

◆ physicalResolution

Extent2D VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::physicalResolution

Definition at line 29375 of file vulkan.hpp.

Referenced by operator==().

◆ planeReorderPossible

Bool32 VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::planeReorderPossible

Definition at line 29377 of file vulkan.hpp.

Referenced by operator==().

◆ supportedTransforms

SurfaceTransformFlagsKHR VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::supportedTransforms

Definition at line 29376 of file vulkan.hpp.

Referenced by operator==().


The documentation for this struct was generated from the following file:
VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::operator==
bool operator==(DisplayPropertiesKHR const &rhs) const
Definition: vulkan.hpp:29356
VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::persistentContent
Bool32 persistentContent
Definition: vulkan.hpp:29378
VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::displayName
const char * displayName
Definition: vulkan.hpp:29373
VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::supportedTransforms
SurfaceTransformFlagsKHR supportedTransforms
Definition: vulkan.hpp:29376
VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::physicalResolution
Extent2D physicalResolution
Definition: vulkan.hpp:29375
VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::planeReorderPossible
Bool32 planeReorderPossible
Definition: vulkan.hpp:29377
VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::physicalDimensions
Extent2D physicalDimensions
Definition: vulkan.hpp:29374
VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::display
DisplayKHR display
Definition: vulkan.hpp:29372