Vulkan-Hpp
|
#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 96419 of file vulkan_structs.hpp.
Definition at line 96421 of file vulkan_structs.hpp.
|
inline |
Definition at line 96424 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 96432 of file vulkan_structs.hpp.
|
inline |
Definition at line 96462 of file vulkan_structs.hpp.
|
inline |
Definition at line 96457 of file vulkan_structs.hpp.
|
inline |
Definition at line 96491 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 96437 of file vulkan_structs.hpp.
|
inline |
Definition at line 96482 of file vulkan_structs.hpp.
|
inline |
Definition at line 96450 of file vulkan_structs.hpp.
|
inline |
Definition at line 96444 of file vulkan_structs.hpp.
uint64_t vk::PresentTimeGOOGLE::desiredPresentTime = {} |
Definition at line 96499 of file vulkan_structs.hpp.
uint32_t vk::PresentTimeGOOGLE::presentID = {} |
Definition at line 96498 of file vulkan_structs.hpp.