Vulkan-Hpp
vk::SwapchainLatencyCreateInfoNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSwapchainLatencyCreateInfoNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SwapchainLatencyCreateInfoNV (vk::Bool32 latencyModeEnable_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SwapchainLatencyCreateInfoNV (SwapchainLatencyCreateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SwapchainLatencyCreateInfoNV (VkSwapchainLatencyCreateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
SwapchainLatencyCreateInfoNVoperator= (SwapchainLatencyCreateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SwapchainLatencyCreateInfoNVoperator= (VkSwapchainLatencyCreateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SwapchainLatencyCreateInfoNVsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SwapchainLatencyCreateInfoNVsetLatencyModeEnable (vk::Bool32 latencyModeEnable_) VULKAN_HPP_NOEXCEPT
 
 operator VkSwapchainLatencyCreateInfoNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSwapchainLatencyCreateInfoNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SwapchainLatencyCreateInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SwapchainLatencyCreateInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSwapchainLatencyCreateInfoNV
 
const void * pNext = {}
 
vk::Bool32 latencyModeEnable = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 111491 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SwapchainLatencyCreateInfoNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::SwapchainLatencyCreateInfoNV::SwapchainLatencyCreateInfoNV ( vk::Bool32  latencyModeEnable_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 111499 of file vulkan_structs.hpp.

◆ SwapchainLatencyCreateInfoNV() [2/3]

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

◆ SwapchainLatencyCreateInfoNV() [3/3]

vk::SwapchainLatencyCreateInfoNV::SwapchainLatencyCreateInfoNV ( VkSwapchainLatencyCreateInfoNV const &  rhs)
inline

Definition at line 111507 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSwapchainLatencyCreateInfoNV &()

vk::SwapchainLatencyCreateInfoNV::operator VkSwapchainLatencyCreateInfoNV & ( )
inline

Definition at line 111540 of file vulkan_structs.hpp.

◆ operator VkSwapchainLatencyCreateInfoNV const &()

vk::SwapchainLatencyCreateInfoNV::operator VkSwapchainLatencyCreateInfoNV const & ( ) const
inline

Definition at line 111535 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 111569 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SwapchainLatencyCreateInfoNV& vk::SwapchainLatencyCreateInfoNV::operator= ( VkSwapchainLatencyCreateInfoNV const &  rhs)
inline

Definition at line 111515 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 111560 of file vulkan_structs.hpp.

◆ setLatencyModeEnable()

VULKAN_HPP_CONSTEXPR_14 SwapchainLatencyCreateInfoNV& vk::SwapchainLatencyCreateInfoNV::setLatencyModeEnable ( vk::Bool32  latencyModeEnable_)
inline

Definition at line 111528 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 111522 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 111495 of file vulkan_structs.hpp.

◆ latencyModeEnable

vk::Bool32 vk::SwapchainLatencyCreateInfoNV::latencyModeEnable = {}

Definition at line 111578 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 111577 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::SwapchainLatencyCreateInfoNV::structureType = StructureType::eSwapchainLatencyCreateInfoNV
static

Definition at line 111496 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SwapchainLatencyCreateInfoNV::sType = StructureType::eSwapchainLatencyCreateInfoNV

Definition at line 111576 of file vulkan_structs.hpp.


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