Vulkan-Hpp
vk::PhysicalDeviceTimelineSemaphoreProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceTimelineSemaphoreProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceTimelineSemaphoreProperties (uint64_t maxTimelineSemaphoreValueDifference_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceTimelineSemaphoreProperties (PhysicalDeviceTimelineSemaphoreProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceTimelineSemaphoreProperties (VkPhysicalDeviceTimelineSemaphoreProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceTimelineSemaphorePropertiesoperator= (PhysicalDeviceTimelineSemaphoreProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceTimelineSemaphorePropertiesoperator= (VkPhysicalDeviceTimelineSemaphoreProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceTimelineSemaphoreProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceTimelineSemaphoreProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceTimelineSemaphoreProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceTimelineSemaphoreProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceTimelineSemaphoreProperties
 
void * pNext = {}
 
uint64_t maxTimelineSemaphoreValueDifference = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceTimelineSemaphoreProperties
 

Detailed Description

Definition at line 85710 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceTimelineSemaphoreProperties() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceTimelineSemaphoreProperties::PhysicalDeviceTimelineSemaphoreProperties ( uint64_t  maxTimelineSemaphoreValueDifference_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 85718 of file vulkan_structs.hpp.

◆ PhysicalDeviceTimelineSemaphoreProperties() [2/3]

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

◆ PhysicalDeviceTimelineSemaphoreProperties() [3/3]

vk::PhysicalDeviceTimelineSemaphoreProperties::PhysicalDeviceTimelineSemaphoreProperties ( VkPhysicalDeviceTimelineSemaphoreProperties const &  rhs)
inline

Definition at line 85727 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceTimelineSemaphoreProperties &()

vk::PhysicalDeviceTimelineSemaphoreProperties::operator VkPhysicalDeviceTimelineSemaphoreProperties & ( )
inline

Definition at line 85746 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceTimelineSemaphoreProperties const &()

vk::PhysicalDeviceTimelineSemaphoreProperties::operator VkPhysicalDeviceTimelineSemaphoreProperties const & ( ) const
inline

Definition at line 85741 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 85775 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceTimelineSemaphoreProperties& vk::PhysicalDeviceTimelineSemaphoreProperties::operator= ( VkPhysicalDeviceTimelineSemaphoreProperties const &  rhs)
inline

Definition at line 85735 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 85766 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::PhysicalDeviceTimelineSemaphoreProperties::allowDuplicate = false
static

Definition at line 85714 of file vulkan_structs.hpp.

◆ maxTimelineSemaphoreValueDifference

uint64_t vk::PhysicalDeviceTimelineSemaphoreProperties::maxTimelineSemaphoreValueDifference = {}

Definition at line 85784 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDeviceTimelineSemaphoreProperties::pNext = {}

Definition at line 85783 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceTimelineSemaphoreProperties::structureType = StructureType::ePhysicalDeviceTimelineSemaphoreProperties
static

Definition at line 85715 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceTimelineSemaphoreProperties::sType = StructureType::ePhysicalDeviceTimelineSemaphoreProperties

Definition at line 85782 of file vulkan_structs.hpp.


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