Vulkan-Hpp
vk::QueueFamilyCheckpointProperties2NV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkQueueFamilyCheckpointProperties2NV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR QueueFamilyCheckpointProperties2NV (vk::PipelineStageFlags2 checkpointExecutionStageMask_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR QueueFamilyCheckpointProperties2NV (QueueFamilyCheckpointProperties2NV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 QueueFamilyCheckpointProperties2NV (VkQueueFamilyCheckpointProperties2NV const &rhs) VULKAN_HPP_NOEXCEPT
 
QueueFamilyCheckpointProperties2NVoperator= (QueueFamilyCheckpointProperties2NV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
QueueFamilyCheckpointProperties2NVoperator= (VkQueueFamilyCheckpointProperties2NV const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkQueueFamilyCheckpointProperties2NV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkQueueFamilyCheckpointProperties2NV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (QueueFamilyCheckpointProperties2NV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (QueueFamilyCheckpointProperties2NV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eQueueFamilyCheckpointProperties2NV
 
void * pNext = {}
 
vk::PipelineStageFlags2 checkpointExecutionStageMask = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 98079 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ QueueFamilyCheckpointProperties2NV() [1/3]

VULKAN_HPP_CONSTEXPR vk::QueueFamilyCheckpointProperties2NV::QueueFamilyCheckpointProperties2NV ( vk::PipelineStageFlags2  checkpointExecutionStageMask_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 98087 of file vulkan_structs.hpp.

◆ QueueFamilyCheckpointProperties2NV() [2/3]

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

◆ QueueFamilyCheckpointProperties2NV() [3/3]

vk::QueueFamilyCheckpointProperties2NV::QueueFamilyCheckpointProperties2NV ( VkQueueFamilyCheckpointProperties2NV const &  rhs)
inline

Definition at line 98096 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkQueueFamilyCheckpointProperties2NV &()

vk::QueueFamilyCheckpointProperties2NV::operator VkQueueFamilyCheckpointProperties2NV & ( )
inline

Definition at line 98115 of file vulkan_structs.hpp.

◆ operator VkQueueFamilyCheckpointProperties2NV const &()

vk::QueueFamilyCheckpointProperties2NV::operator VkQueueFamilyCheckpointProperties2NV const & ( ) const
inline

Definition at line 98110 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 98144 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

QueueFamilyCheckpointProperties2NV& vk::QueueFamilyCheckpointProperties2NV::operator= ( VkQueueFamilyCheckpointProperties2NV const &  rhs)
inline

Definition at line 98104 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 98135 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 98083 of file vulkan_structs.hpp.

◆ checkpointExecutionStageMask

vk::PipelineStageFlags2 vk::QueueFamilyCheckpointProperties2NV::checkpointExecutionStageMask = {}

Definition at line 98153 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 98152 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::QueueFamilyCheckpointProperties2NV::structureType = StructureType::eQueueFamilyCheckpointProperties2NV
static

Definition at line 98084 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::QueueFamilyCheckpointProperties2NV::sType = StructureType::eQueueFamilyCheckpointProperties2NV

Definition at line 98151 of file vulkan_structs.hpp.


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