RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR:
[legend]

Public Member Functions

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

Public Attributes

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

Member Function Documentation

◆ operator const VkDisplayPropertiesKHR &()

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

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::operator!= ( DisplayPropertiesKHR const rhs) const
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::operator== ( DisplayPropertiesKHR const rhs) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ display

DisplayKHR VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::display

◆ displayName

const char* VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::displayName

◆ persistentContent

Bool32 VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::persistentContent

◆ physicalDimensions

Extent2D VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::physicalDimensions

◆ physicalResolution

Extent2D VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::physicalResolution

◆ planeReorderPossible

Bool32 VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::planeReorderPossible

◆ supportedTransforms

SurfaceTransformFlagsKHR VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::supportedTransforms

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