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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE:
[legend]

Public Member Functions

 PresentTimesInfoGOOGLE (uint32_t swapchainCount_=0, const PresentTimeGOOGLE *pTimes_=nullptr)
 
 PresentTimesInfoGOOGLE (VkPresentTimesInfoGOOGLE const &rhs)
 
PresentTimesInfoGOOGLEoperator= (VkPresentTimesInfoGOOGLE const &rhs)
 
PresentTimesInfoGOOGLEsetPNext (const void *pNext_)
 
PresentTimesInfoGOOGLEsetSwapchainCount (uint32_t swapchainCount_)
 
PresentTimesInfoGOOGLEsetPTimes (const PresentTimeGOOGLE *pTimes_)
 
 operator const VkPresentTimesInfoGOOGLE & () const
 
bool operator== (PresentTimesInfoGOOGLE const &rhs) const
 
bool operator!= (PresentTimesInfoGOOGLE const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
uint32_t swapchainCount
 
const PresentTimeGOOGLEpTimes
 

Private Attributes

StructureType sType = StructureType::ePresentTimesInfoGOOGLE
 

Constructor & Destructor Documentation

◆ PresentTimesInfoGOOGLE() [1/2]

VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE::PresentTimesInfoGOOGLE ( uint32_t  swapchainCount_ = 0,
const PresentTimeGOOGLE pTimes_ = nullptr 
)
inline

◆ PresentTimesInfoGOOGLE() [2/2]

VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE::PresentTimesInfoGOOGLE ( VkPresentTimesInfoGOOGLE const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkPresentTimesInfoGOOGLE &()

VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE::operator const VkPresentTimesInfoGOOGLE & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setPNext()

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

◆ setPTimes()

PresentTimesInfoGOOGLE& VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE::setPTimes ( const PresentTimeGOOGLE pTimes_)
inline

◆ setSwapchainCount()

PresentTimesInfoGOOGLE& VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE::setSwapchainCount ( uint32_t  swapchainCount_)
inline

Member Data Documentation

◆ pNext

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

◆ pTimes

const PresentTimeGOOGLE* VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE::pTimes

◆ sType

StructureType VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE::sType = StructureType::ePresentTimesInfoGOOGLE
private

◆ swapchainCount

uint32_t VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE::swapchainCount

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