RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
PresentTimesInfoGOOGLE (uint32_t swapchainCount_=0, const PresentTimeGOOGLE *pTimes_=nullptr) | |
PresentTimesInfoGOOGLE (VkPresentTimesInfoGOOGLE const &rhs) | |
PresentTimesInfoGOOGLE & | operator= (VkPresentTimesInfoGOOGLE const &rhs) |
PresentTimesInfoGOOGLE & | setPNext (const void *pNext_) |
PresentTimesInfoGOOGLE & | setSwapchainCount (uint32_t swapchainCount_) |
PresentTimesInfoGOOGLE & | setPTimes (const PresentTimeGOOGLE *pTimes_) |
operator const VkPresentTimesInfoGOOGLE & () const | |
bool | operator== (PresentTimesInfoGOOGLE const &rhs) const |
bool | operator!= (PresentTimesInfoGOOGLE const &rhs) const |
Public Attributes | |
const void * | pNext = nullptr |
uint32_t | swapchainCount |
const PresentTimeGOOGLE * | pTimes |
Private Attributes | |
StructureType | sType = StructureType::ePresentTimesInfoGOOGLE |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
const PresentTimeGOOGLE* VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE::pTimes |
|
private |
uint32_t VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE::swapchainCount |