Vulkan-Hpp
vk::PastPresentationTimingGOOGLE Struct Reference

#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
 
PastPresentationTimingGOOGLEoperator= (PastPresentationTimingGOOGLE const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PastPresentationTimingGOOGLEoperator= (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 = {}
 

Detailed Description

Definition at line 55079 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PastPresentationTimingGOOGLE() [1/3]

VULKAN_HPP_CONSTEXPR vk::PastPresentationTimingGOOGLE::PastPresentationTimingGOOGLE ( uint32_t  presentID_ = {},
uint64_t  desiredPresentTime_ = {},
uint64_t  actualPresentTime_ = {},
uint64_t  earliestPresentTime_ = {},
uint64_t  presentMargin_ = {} 
)
inline

Definition at line 55084 of file vulkan_structs.hpp.

◆ PastPresentationTimingGOOGLE() [2/3]

VULKAN_HPP_CONSTEXPR vk::PastPresentationTimingGOOGLE::PastPresentationTimingGOOGLE ( PastPresentationTimingGOOGLE const &  rhs)
default

◆ PastPresentationTimingGOOGLE() [3/3]

vk::PastPresentationTimingGOOGLE::PastPresentationTimingGOOGLE ( VkPastPresentationTimingGOOGLE const &  rhs)
inline

Definition at line 55099 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPastPresentationTimingGOOGLE &()

vk::PastPresentationTimingGOOGLE::operator VkPastPresentationTimingGOOGLE & ( )
inline

Definition at line 55118 of file vulkan_structs.hpp.

◆ operator VkPastPresentationTimingGOOGLE const &()

vk::PastPresentationTimingGOOGLE::operator VkPastPresentationTimingGOOGLE const & ( ) const
inline

Definition at line 55113 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PastPresentationTimingGOOGLE::operator!= ( PastPresentationTimingGOOGLE const &  rhs) const
inline

Definition at line 55148 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PastPresentationTimingGOOGLE& vk::PastPresentationTimingGOOGLE::operator= ( PastPresentationTimingGOOGLE const &  rhs)
default

◆ operator=() [2/2]

PastPresentationTimingGOOGLE& vk::PastPresentationTimingGOOGLE::operator= ( VkPastPresentationTimingGOOGLE const &  rhs)
inline

Definition at line 55107 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PastPresentationTimingGOOGLE::operator== ( PastPresentationTimingGOOGLE const &  rhs) const
inline

Definition at line 55138 of file vulkan_structs.hpp.

Member Data Documentation

◆ actualPresentTime

uint64_t vk::PastPresentationTimingGOOGLE::actualPresentTime = {}

Definition at line 55157 of file vulkan_structs.hpp.

◆ desiredPresentTime

uint64_t vk::PastPresentationTimingGOOGLE::desiredPresentTime = {}

Definition at line 55156 of file vulkan_structs.hpp.

◆ earliestPresentTime

uint64_t vk::PastPresentationTimingGOOGLE::earliestPresentTime = {}

Definition at line 55158 of file vulkan_structs.hpp.

◆ presentID

uint32_t vk::PastPresentationTimingGOOGLE::presentID = {}

Definition at line 55155 of file vulkan_structs.hpp.

◆ presentMargin

uint64_t vk::PastPresentationTimingGOOGLE::presentMargin = {}

Definition at line 55159 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: