|
SDL
2.0
|
#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 |
Definition at line 29344 of file vulkan.hpp.
|
inline |
Definition at line 29351 of file vulkan.hpp.
|
inline |
Definition at line 29346 of file vulkan.hpp.
|
inline |
Definition at line 29367 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 29356 of file vulkan.hpp.
References display, displayName, persistentContent, physicalDimensions, physicalResolution, planeReorderPossible, and supportedTransforms.
Referenced by operator!=().
| DisplayKHR VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::display |
Definition at line 29372 of file vulkan.hpp.
Referenced by operator==().
| const char* VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::displayName |
Definition at line 29373 of file vulkan.hpp.
Referenced by operator==().
| Bool32 VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::persistentContent |
Definition at line 29378 of file vulkan.hpp.
Referenced by operator==().
| Extent2D VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::physicalDimensions |
Definition at line 29374 of file vulkan.hpp.
Referenced by operator==().
| Extent2D VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::physicalResolution |
Definition at line 29375 of file vulkan.hpp.
Referenced by operator==().
| Bool32 VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::planeReorderPossible |
Definition at line 29377 of file vulkan.hpp.
Referenced by operator==().
| SurfaceTransformFlagsKHR VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR::supportedTransforms |
Definition at line 29376 of file vulkan.hpp.
Referenced by operator==().