Vulkan-Hpp
vk::QueueFamilyCheckpointPropertiesNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkQueueFamilyCheckpointPropertiesNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR QueueFamilyCheckpointPropertiesNV (vk::PipelineStageFlags checkpointExecutionStageMask_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR QueueFamilyCheckpointPropertiesNV (QueueFamilyCheckpointPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 QueueFamilyCheckpointPropertiesNV (VkQueueFamilyCheckpointPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
QueueFamilyCheckpointPropertiesNVoperator= (QueueFamilyCheckpointPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
QueueFamilyCheckpointPropertiesNVoperator= (VkQueueFamilyCheckpointPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkQueueFamilyCheckpointPropertiesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkQueueFamilyCheckpointPropertiesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (QueueFamilyCheckpointPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (QueueFamilyCheckpointPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eQueueFamilyCheckpointPropertiesNV
 
void * pNext = {}
 
vk::PipelineStageFlags checkpointExecutionStageMask = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 98162 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ QueueFamilyCheckpointPropertiesNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::QueueFamilyCheckpointPropertiesNV::QueueFamilyCheckpointPropertiesNV ( vk::PipelineStageFlags  checkpointExecutionStageMask_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 98170 of file vulkan_structs.hpp.

◆ QueueFamilyCheckpointPropertiesNV() [2/3]

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

◆ QueueFamilyCheckpointPropertiesNV() [3/3]

vk::QueueFamilyCheckpointPropertiesNV::QueueFamilyCheckpointPropertiesNV ( VkQueueFamilyCheckpointPropertiesNV const &  rhs)
inline

Definition at line 98179 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkQueueFamilyCheckpointPropertiesNV &()

vk::QueueFamilyCheckpointPropertiesNV::operator VkQueueFamilyCheckpointPropertiesNV & ( )
inline

Definition at line 98198 of file vulkan_structs.hpp.

◆ operator VkQueueFamilyCheckpointPropertiesNV const &()

vk::QueueFamilyCheckpointPropertiesNV::operator VkQueueFamilyCheckpointPropertiesNV const & ( ) const
inline

Definition at line 98193 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 98227 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

QueueFamilyCheckpointPropertiesNV& vk::QueueFamilyCheckpointPropertiesNV::operator= ( VkQueueFamilyCheckpointPropertiesNV const &  rhs)
inline

Definition at line 98187 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 98218 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 98166 of file vulkan_structs.hpp.

◆ checkpointExecutionStageMask

vk::PipelineStageFlags vk::QueueFamilyCheckpointPropertiesNV::checkpointExecutionStageMask = {}

Definition at line 98236 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 98235 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::QueueFamilyCheckpointPropertiesNV::structureType = StructureType::eQueueFamilyCheckpointPropertiesNV
static

Definition at line 98167 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::QueueFamilyCheckpointPropertiesNV::sType = StructureType::eQueueFamilyCheckpointPropertiesNV

Definition at line 98234 of file vulkan_structs.hpp.


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