SDL 2.0
VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR:

Public Member Functions

 operator VkDisplayPlaneProperties2KHR const & () const
 
 operator VkDisplayPlaneProperties2KHR & ()
 
bool operator== (DisplayPlaneProperties2KHR const &rhs) const
 
bool operator!= (DisplayPlaneProperties2KHR const &rhs) const
 

Data Fields

voidpNext = nullptr
 
DisplayPlanePropertiesKHR displayPlaneProperties
 

Private Attributes

StructureType sType = StructureType::eDisplayPlaneProperties2KHR
 

Detailed Description

Definition at line 15657 of file vulkan.hpp.

Member Function Documentation

◆ operator VkDisplayPlaneProperties2KHR &()

VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::operator VkDisplayPlaneProperties2KHR & ( )
inline

Definition at line 15664 of file vulkan.hpp.

15665 {
15666 return *reinterpret_cast<VkDisplayPlaneProperties2KHR*>(this);
15667 }

◆ operator VkDisplayPlaneProperties2KHR const &()

VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::operator VkDisplayPlaneProperties2KHR const & ( ) const
inline

Definition at line 15659 of file vulkan.hpp.

15660 {
15661 return *reinterpret_cast<const VkDisplayPlaneProperties2KHR*>(this);
15662 }

◆ operator!=()

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

Definition at line 15676 of file vulkan.hpp.

15677 {
15678 return !operator==( rhs );
15679 }
bool operator==(DisplayPlaneProperties2KHR const &rhs) const
Definition: vulkan.hpp:15669

References operator==().

◆ operator==()

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

Definition at line 15669 of file vulkan.hpp.

15670 {
15671 return ( sType == rhs.sType )
15672 && ( pNext == rhs.pNext )
15673 && ( displayPlaneProperties == rhs.displayPlaneProperties );
15674 }
DisplayPlanePropertiesKHR displayPlaneProperties
Definition: vulkan.hpp:15686

References displayPlaneProperties, pNext, and sType.

Referenced by operator!=().

Field Documentation

◆ displayPlaneProperties

DisplayPlanePropertiesKHR VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::displayPlaneProperties

Definition at line 15686 of file vulkan.hpp.

Referenced by operator==().

◆ pNext

void* VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::pNext = nullptr

Definition at line 15685 of file vulkan.hpp.

Referenced by operator==().

◆ sType

StructureType VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::sType = StructureType::eDisplayPlaneProperties2KHR
private

Definition at line 15682 of file vulkan.hpp.

Referenced by operator==().


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