Vulkan-Hpp
vk::LatencySleepInfoNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkLatencySleepInfoNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR LatencySleepInfoNV (vk::Semaphore signalSemaphore_={}, uint64_t value_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR LatencySleepInfoNV (LatencySleepInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 LatencySleepInfoNV (VkLatencySleepInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
LatencySleepInfoNVoperator= (LatencySleepInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
LatencySleepInfoNVoperator= (VkLatencySleepInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 LatencySleepInfoNVsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 LatencySleepInfoNVsetSignalSemaphore (vk::Semaphore signalSemaphore_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 LatencySleepInfoNVsetValue (uint64_t value_) VULKAN_HPP_NOEXCEPT
 
 operator VkLatencySleepInfoNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkLatencySleepInfoNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (LatencySleepInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (LatencySleepInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eLatencySleepInfoNV
 
const void * pNext = {}
 
vk::Semaphore signalSemaphore = {}
 
uint64_t value = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 49474 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ LatencySleepInfoNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::LatencySleepInfoNV::LatencySleepInfoNV ( vk::Semaphore  signalSemaphore_ = {},
uint64_t  value_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 49483 of file vulkan_structs.hpp.

◆ LatencySleepInfoNV() [2/3]

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

◆ LatencySleepInfoNV() [3/3]

vk::LatencySleepInfoNV::LatencySleepInfoNV ( VkLatencySleepInfoNV const &  rhs)
inline

Definition at line 49492 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkLatencySleepInfoNV &()

vk::LatencySleepInfoNV::operator VkLatencySleepInfoNV & ( )
inline

Definition at line 49528 of file vulkan_structs.hpp.

◆ operator VkLatencySleepInfoNV const &()

vk::LatencySleepInfoNV::operator VkLatencySleepInfoNV const & ( ) const
inline

Definition at line 49523 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 49557 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

LatencySleepInfoNV& vk::LatencySleepInfoNV::operator= ( VkLatencySleepInfoNV const &  rhs)
inline

Definition at line 49497 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 49548 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 LatencySleepInfoNV& vk::LatencySleepInfoNV::setPNext ( const void *  pNext_)
inline

Definition at line 49504 of file vulkan_structs.hpp.

◆ setSignalSemaphore()

VULKAN_HPP_CONSTEXPR_14 LatencySleepInfoNV& vk::LatencySleepInfoNV::setSignalSemaphore ( vk::Semaphore  signalSemaphore_)
inline

Definition at line 49510 of file vulkan_structs.hpp.

◆ setValue()

VULKAN_HPP_CONSTEXPR_14 LatencySleepInfoNV& vk::LatencySleepInfoNV::setValue ( uint64_t  value_)
inline

Definition at line 49516 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 49478 of file vulkan_structs.hpp.

◆ pNext

const void* vk::LatencySleepInfoNV::pNext = {}

Definition at line 49565 of file vulkan_structs.hpp.

◆ signalSemaphore

vk::Semaphore vk::LatencySleepInfoNV::signalSemaphore = {}

Definition at line 49566 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::LatencySleepInfoNV::structureType = StructureType::eLatencySleepInfoNV
static

Definition at line 49479 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::LatencySleepInfoNV::sType = StructureType::eLatencySleepInfoNV

Definition at line 49564 of file vulkan_structs.hpp.

◆ value

uint64_t vk::LatencySleepInfoNV::value = {}

Definition at line 49567 of file vulkan_structs.hpp.


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