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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR:
[legend]

Public Member Functions

 DisplayPresentInfoKHR (Rect2D srcRect_=Rect2D(), Rect2D dstRect_=Rect2D(), Bool32 persistent_=0)
 
 DisplayPresentInfoKHR (VkDisplayPresentInfoKHR const &rhs)
 
DisplayPresentInfoKHRoperator= (VkDisplayPresentInfoKHR const &rhs)
 
DisplayPresentInfoKHRsetPNext (const void *pNext_)
 
DisplayPresentInfoKHRsetSrcRect (Rect2D srcRect_)
 
DisplayPresentInfoKHRsetDstRect (Rect2D dstRect_)
 
DisplayPresentInfoKHRsetPersistent (Bool32 persistent_)
 
 operator const VkDisplayPresentInfoKHR & () const
 
bool operator== (DisplayPresentInfoKHR const &rhs) const
 
bool operator!= (DisplayPresentInfoKHR const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
Rect2D srcRect
 
Rect2D dstRect
 
Bool32 persistent
 

Private Attributes

StructureType sType = StructureType::eDisplayPresentInfoKHR
 

Constructor & Destructor Documentation

◆ DisplayPresentInfoKHR() [1/2]

VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::DisplayPresentInfoKHR ( Rect2D  srcRect_ = Rect2D(),
Rect2D  dstRect_ = Rect2D(),
Bool32  persistent_ = 0 
)
inline

◆ DisplayPresentInfoKHR() [2/2]

VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::DisplayPresentInfoKHR ( VkDisplayPresentInfoKHR const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkDisplayPresentInfoKHR &()

VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::operator const VkDisplayPresentInfoKHR & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setDstRect()

DisplayPresentInfoKHR& VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::setDstRect ( Rect2D  dstRect_)
inline

◆ setPersistent()

DisplayPresentInfoKHR& VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::setPersistent ( Bool32  persistent_)
inline

◆ setPNext()

DisplayPresentInfoKHR& VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::setPNext ( const void pNext_)
inline

◆ setSrcRect()

DisplayPresentInfoKHR& VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::setSrcRect ( Rect2D  srcRect_)
inline

Member Data Documentation

◆ dstRect

Rect2D VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::dstRect

◆ persistent

Bool32 VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::persistent

◆ pNext

const void* VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::pNext = nullptr

◆ srcRect

Rect2D VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::srcRect

◆ sType

StructureType VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::sType = StructureType::eDisplayPresentInfoKHR
private

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