Vulkan-Hpp
vk::QueryLowLatencySupportNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkQueryLowLatencySupportNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR QueryLowLatencySupportNV (void *pQueriedLowLatencyData_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR QueryLowLatencySupportNV (QueryLowLatencySupportNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 QueryLowLatencySupportNV (VkQueryLowLatencySupportNV const &rhs) VULKAN_HPP_NOEXCEPT
 
QueryLowLatencySupportNVoperator= (QueryLowLatencySupportNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
QueryLowLatencySupportNVoperator= (VkQueryLowLatencySupportNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 QueryLowLatencySupportNVsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 QueryLowLatencySupportNVsetPQueriedLowLatencyData (void *pQueriedLowLatencyData_) VULKAN_HPP_NOEXCEPT
 
 operator VkQueryLowLatencySupportNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkQueryLowLatencySupportNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (QueryLowLatencySupportNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (QueryLowLatencySupportNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eQueryLowLatencySupportNV
 
const void * pNext = {}
 
void * pQueriedLowLatencyData = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 97516 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ QueryLowLatencySupportNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::QueryLowLatencySupportNV::QueryLowLatencySupportNV ( void *  pQueriedLowLatencyData_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 97524 of file vulkan_structs.hpp.

◆ QueryLowLatencySupportNV() [2/3]

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

◆ QueryLowLatencySupportNV() [3/3]

vk::QueryLowLatencySupportNV::QueryLowLatencySupportNV ( VkQueryLowLatencySupportNV const &  rhs)
inline

Definition at line 97532 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkQueryLowLatencySupportNV &()

vk::QueryLowLatencySupportNV::operator VkQueryLowLatencySupportNV & ( )
inline

Definition at line 97565 of file vulkan_structs.hpp.

◆ operator VkQueryLowLatencySupportNV const &()

vk::QueryLowLatencySupportNV::operator VkQueryLowLatencySupportNV const & ( ) const
inline

Definition at line 97560 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 97594 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

QueryLowLatencySupportNV& vk::QueryLowLatencySupportNV::operator= ( VkQueryLowLatencySupportNV const &  rhs)
inline

Definition at line 97540 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 97585 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 97547 of file vulkan_structs.hpp.

◆ setPQueriedLowLatencyData()

VULKAN_HPP_CONSTEXPR_14 QueryLowLatencySupportNV& vk::QueryLowLatencySupportNV::setPQueriedLowLatencyData ( void *  pQueriedLowLatencyData_)
inline

Definition at line 97553 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 97520 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 97602 of file vulkan_structs.hpp.

◆ pQueriedLowLatencyData

void* vk::QueryLowLatencySupportNV::pQueriedLowLatencyData = {}

Definition at line 97603 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::QueryLowLatencySupportNV::structureType = StructureType::eQueryLowLatencySupportNV
static

Definition at line 97521 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::QueryLowLatencySupportNV::sType = StructureType::eQueryLowLatencySupportNV

Definition at line 97601 of file vulkan_structs.hpp.


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