SDL 2.0
|
#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 VkPresentTimesInfoGOOGLE const & () const | |
operator VkPresentTimesInfoGOOGLE & () | |
bool | operator== (PresentTimesInfoGOOGLE const &rhs) const |
bool | operator!= (PresentTimesInfoGOOGLE const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
uint32_t | swapchainCount |
const PresentTimeGOOGLE * | pTimes |
Private Attributes | |
StructureType | sType = StructureType::ePresentTimesInfoGOOGLE |
Definition at line 15210 of file vulkan.hpp.
|
inline |
Definition at line 15212 of file vulkan.hpp.
|
inline |
Definition at line 15219 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 15252 of file vulkan.hpp.
|
inline |
Definition at line 15247 of file vulkan.hpp.
|
inline |
Definition at line 15265 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 15224 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 15257 of file vulkan.hpp.
References pNext, pTimes, sType, and swapchainCount.
Referenced by operator!=().
|
inline |
Definition at line 15229 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 15241 of file vulkan.hpp.
References pTimes.
|
inline |
Definition at line 15235 of file vulkan.hpp.
References swapchainCount.
const void* VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE::pNext = nullptr |
Definition at line 15274 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
const PresentTimeGOOGLE* VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE::pTimes |
Definition at line 15276 of file vulkan.hpp.
Referenced by operator==(), and setPTimes().
|
private |
Definition at line 15271 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PresentTimesInfoGOOGLE::swapchainCount |
Definition at line 15275 of file vulkan.hpp.
Referenced by operator==(), and setSwapchainCount().