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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::DisplayModeParametersKHR:
[legend]

Public Member Functions

 DisplayModeParametersKHR (Extent2D visibleRegion_=Extent2D(), uint32_t refreshRate_=0)
 
 DisplayModeParametersKHR (VkDisplayModeParametersKHR const &rhs)
 
DisplayModeParametersKHRoperator= (VkDisplayModeParametersKHR const &rhs)
 
DisplayModeParametersKHRsetVisibleRegion (Extent2D visibleRegion_)
 
DisplayModeParametersKHRsetRefreshRate (uint32_t refreshRate_)
 
 operator const VkDisplayModeParametersKHR & () const
 
bool operator== (DisplayModeParametersKHR const &rhs) const
 
bool operator!= (DisplayModeParametersKHR const &rhs) const
 

Public Attributes

Extent2D visibleRegion
 
uint32_t refreshRate
 

Constructor & Destructor Documentation

◆ DisplayModeParametersKHR() [1/2]

VULKAN_HPP_NAMESPACE::DisplayModeParametersKHR::DisplayModeParametersKHR ( Extent2D  visibleRegion_ = Extent2D(),
uint32_t  refreshRate_ = 0 
)
inline

◆ DisplayModeParametersKHR() [2/2]

VULKAN_HPP_NAMESPACE::DisplayModeParametersKHR::DisplayModeParametersKHR ( VkDisplayModeParametersKHR const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkDisplayModeParametersKHR &()

VULKAN_HPP_NAMESPACE::DisplayModeParametersKHR::operator const VkDisplayModeParametersKHR & ( ) const
inline

◆ operator!=()

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

◆ operator=()

DisplayModeParametersKHR& VULKAN_HPP_NAMESPACE::DisplayModeParametersKHR::operator= ( VkDisplayModeParametersKHR const rhs)
inline
Here is the call graph for this function:

◆ operator==()

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

◆ setRefreshRate()

DisplayModeParametersKHR& VULKAN_HPP_NAMESPACE::DisplayModeParametersKHR::setRefreshRate ( uint32_t  refreshRate_)
inline

◆ setVisibleRegion()

DisplayModeParametersKHR& VULKAN_HPP_NAMESPACE::DisplayModeParametersKHR::setVisibleRegion ( Extent2D  visibleRegion_)
inline

Member Data Documentation

◆ refreshRate

uint32_t VULKAN_HPP_NAMESPACE::DisplayModeParametersKHR::refreshRate

◆ visibleRegion

Extent2D VULKAN_HPP_NAMESPACE::DisplayModeParametersKHR::visibleRegion

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