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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::PresentRegionKHR:
[legend]

Public Member Functions

 PresentRegionKHR (uint32_t rectangleCount_=0, const RectLayerKHR *pRectangles_=nullptr)
 
 PresentRegionKHR (VkPresentRegionKHR const &rhs)
 
PresentRegionKHRoperator= (VkPresentRegionKHR const &rhs)
 
PresentRegionKHRsetRectangleCount (uint32_t rectangleCount_)
 
PresentRegionKHRsetPRectangles (const RectLayerKHR *pRectangles_)
 
 operator const VkPresentRegionKHR & () const
 
bool operator== (PresentRegionKHR const &rhs) const
 
bool operator!= (PresentRegionKHR const &rhs) const
 

Public Attributes

uint32_t rectangleCount
 
const RectLayerKHRpRectangles
 

Constructor & Destructor Documentation

◆ PresentRegionKHR() [1/2]

VULKAN_HPP_NAMESPACE::PresentRegionKHR::PresentRegionKHR ( uint32_t  rectangleCount_ = 0,
const RectLayerKHR pRectangles_ = nullptr 
)
inline

◆ PresentRegionKHR() [2/2]

VULKAN_HPP_NAMESPACE::PresentRegionKHR::PresentRegionKHR ( VkPresentRegionKHR const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkPresentRegionKHR &()

VULKAN_HPP_NAMESPACE::PresentRegionKHR::operator const VkPresentRegionKHR & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setPRectangles()

PresentRegionKHR& VULKAN_HPP_NAMESPACE::PresentRegionKHR::setPRectangles ( const RectLayerKHR pRectangles_)
inline

◆ setRectangleCount()

PresentRegionKHR& VULKAN_HPP_NAMESPACE::PresentRegionKHR::setRectangleCount ( uint32_t  rectangleCount_)
inline

Member Data Documentation

◆ pRectangles

const RectLayerKHR* VULKAN_HPP_NAMESPACE::PresentRegionKHR::pRectangles

◆ rectangleCount

uint32_t VULKAN_HPP_NAMESPACE::PresentRegionKHR::rectangleCount

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