|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| CalibratedTimestampInfoEXT (TimeDomainEXT timeDomain_=TimeDomainEXT::eDevice) | |
| CalibratedTimestampInfoEXT (VkCalibratedTimestampInfoEXT const &rhs) | |
| CalibratedTimestampInfoEXT & | operator= (VkCalibratedTimestampInfoEXT const &rhs) |
| CalibratedTimestampInfoEXT & | setPNext (const void *pNext_) |
| CalibratedTimestampInfoEXT & | setTimeDomain (TimeDomainEXT timeDomain_) |
| operator VkCalibratedTimestampInfoEXT const & () const | |
| operator VkCalibratedTimestampInfoEXT & () | |
| bool | operator== (CalibratedTimestampInfoEXT const &rhs) const |
| bool | operator!= (CalibratedTimestampInfoEXT const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| TimeDomainEXT | timeDomain |
Private Attributes | |
| StructureType | sType = StructureType::eCalibratedTimestampInfoEXT |
Definition at line 29630 of file vulkan.hpp.
|
inline |
Definition at line 29632 of file vulkan.hpp.
|
inline |
Definition at line 29637 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 29664 of file vulkan.hpp.
|
inline |
Definition at line 29659 of file vulkan.hpp.
|
inline |
Definition at line 29676 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 29669 of file vulkan.hpp.
References pNext, sType, and timeDomain.
Referenced by operator!=().
|
inline |
Definition at line 29647 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 29653 of file vulkan.hpp.
References timeDomain.
| const void* VULKAN_HPP_NAMESPACE::CalibratedTimestampInfoEXT::pNext = nullptr |
Definition at line 29685 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 29682 of file vulkan.hpp.
Referenced by operator==().
| TimeDomainEXT VULKAN_HPP_NAMESPACE::CalibratedTimestampInfoEXT::timeDomain |
Definition at line 29686 of file vulkan.hpp.
Referenced by operator==(), and setTimeDomain().