Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPastPresentationTimingGOOGLE |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | PastPresentationTimingGOOGLE (uint32_t presentID_={}, uint64_t desiredPresentTime_={}, uint64_t actualPresentTime_={}, uint64_t earliestPresentTime_={}, uint64_t presentMargin_={}) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | PastPresentationTimingGOOGLE (PastPresentationTimingGOOGLE const &rhs) VULKAN_HPP_NOEXCEPT=default |
PastPresentationTimingGOOGLE (VkPastPresentationTimingGOOGLE const &rhs) VULKAN_HPP_NOEXCEPT | |
PastPresentationTimingGOOGLE & | operator= (PastPresentationTimingGOOGLE const &rhs) VULKAN_HPP_NOEXCEPT=default |
PastPresentationTimingGOOGLE & | operator= (VkPastPresentationTimingGOOGLE const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkPastPresentationTimingGOOGLE const & () const VULKAN_HPP_NOEXCEPT | |
operator VkPastPresentationTimingGOOGLE & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (PastPresentationTimingGOOGLE const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (PastPresentationTimingGOOGLE const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
uint32_t | presentID = {} |
uint64_t | desiredPresentTime = {} |
uint64_t | actualPresentTime = {} |
uint64_t | earliestPresentTime = {} |
uint64_t | presentMargin = {} |
Definition at line 55079 of file vulkan_structs.hpp.
Definition at line 55081 of file vulkan_structs.hpp.
|
inline |
Definition at line 55084 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 55099 of file vulkan_structs.hpp.
|
inline |
Definition at line 55118 of file vulkan_structs.hpp.
|
inline |
Definition at line 55113 of file vulkan_structs.hpp.
|
inline |
Definition at line 55148 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 55107 of file vulkan_structs.hpp.
|
inline |
Definition at line 55138 of file vulkan_structs.hpp.
uint64_t vk::PastPresentationTimingGOOGLE::actualPresentTime = {} |
Definition at line 55157 of file vulkan_structs.hpp.
uint64_t vk::PastPresentationTimingGOOGLE::desiredPresentTime = {} |
Definition at line 55156 of file vulkan_structs.hpp.
uint64_t vk::PastPresentationTimingGOOGLE::earliestPresentTime = {} |
Definition at line 55158 of file vulkan_structs.hpp.
uint32_t vk::PastPresentationTimingGOOGLE::presentID = {} |
Definition at line 55155 of file vulkan_structs.hpp.
uint64_t vk::PastPresentationTimingGOOGLE::presentMargin = {} |
Definition at line 55159 of file vulkan_structs.hpp.