SDL  2.0
VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE Struct Reference

#include <vulkan.hpp>

Public Member Functions

 operator VkRefreshCycleDurationGOOGLE const & () const
 
 operator VkRefreshCycleDurationGOOGLE & ()
 
bool operator== (RefreshCycleDurationGOOGLE const &rhs) const
 
bool operator!= (RefreshCycleDurationGOOGLE const &rhs) const
 

Data Fields

uint64_t refreshDuration
 

Detailed Description

Definition at line 7454 of file vulkan.hpp.

Member Function Documentation

◆ operator VkRefreshCycleDurationGOOGLE &()

VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE::operator VkRefreshCycleDurationGOOGLE & ( )
inline

Definition at line 7461 of file vulkan.hpp.

7462  {
7463  return *reinterpret_cast<VkRefreshCycleDurationGOOGLE*>(this);
7464  }

◆ operator VkRefreshCycleDurationGOOGLE const &()

VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE::operator VkRefreshCycleDurationGOOGLE const & ( ) const
inline

Definition at line 7456 of file vulkan.hpp.

7457  {
7458  return *reinterpret_cast<const VkRefreshCycleDurationGOOGLE*>(this);
7459  }

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE::operator!= ( RefreshCycleDurationGOOGLE const &  rhs) const
inline

Definition at line 7471 of file vulkan.hpp.

7472  {
7473  return !operator==( rhs );
7474  }
bool operator==(RefreshCycleDurationGOOGLE const &rhs) const
Definition: vulkan.hpp:7466

◆ operator==()

bool VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE::operator== ( RefreshCycleDurationGOOGLE const &  rhs) const
inline

Definition at line 7466 of file vulkan.hpp.

References refreshDuration.

7467  {
7468  return ( refreshDuration == rhs.refreshDuration );
7469  }

Field Documentation

◆ refreshDuration

uint64_t VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE::refreshDuration

Definition at line 7476 of file vulkan.hpp.

Referenced by operator==().


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