HDK
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPresentTimeGOOGLE |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | PresentTimeGOOGLE (uint32_t presentID_={}, uint64_t desiredPresentTime_={}) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | PresentTimeGOOGLE (PresentTimeGOOGLE const &rhs) VULKAN_HPP_NOEXCEPT=default |
PresentTimeGOOGLE (VkPresentTimeGOOGLE const &rhs) VULKAN_HPP_NOEXCEPT | |
PresentTimeGOOGLE & | operator= (PresentTimeGOOGLE const &rhs) VULKAN_HPP_NOEXCEPT=default |
PresentTimeGOOGLE & | operator= (VkPresentTimeGOOGLE const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 PresentTimeGOOGLE & | setPresentID (uint32_t presentID_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 PresentTimeGOOGLE & | setDesiredPresentTime (uint64_t desiredPresentTime_) VULKAN_HPP_NOEXCEPT |
operator VkPresentTimeGOOGLE const & () const VULKAN_HPP_NOEXCEPT | |
operator VkPresentTimeGOOGLE & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (PresentTimeGOOGLE const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (PresentTimeGOOGLE const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
uint32_t | presentID = {} |
uint64_t | desiredPresentTime = {} |
Definition at line 84065 of file vulkan_structs.hpp.
Definition at line 84067 of file vulkan_structs.hpp.
|
inline |
Definition at line 84070 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 84078 of file vulkan_structs.hpp.
|
inline |
Definition at line 84108 of file vulkan_structs.hpp.
|
inline |
Definition at line 84103 of file vulkan_structs.hpp.
|
inline |
Definition at line 84137 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 84083 of file vulkan_structs.hpp.
|
inline |
Definition at line 84128 of file vulkan_structs.hpp.
|
inline |
Definition at line 84096 of file vulkan_structs.hpp.
|
inline |
Definition at line 84090 of file vulkan_structs.hpp.
uint64_t VULKAN_HPP_NAMESPACE::PresentTimeGOOGLE::desiredPresentTime = {} |
Definition at line 84145 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::PresentTimeGOOGLE::presentID = {} |
Definition at line 84144 of file vulkan_structs.hpp.