SDL 2.0
VULKAN_HPP_NAMESPACE::QueueFamilyCheckpointPropertiesNV Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::QueueFamilyCheckpointPropertiesNV:

Public Member Functions

 operator VkQueueFamilyCheckpointPropertiesNV const & () const
 
 operator VkQueueFamilyCheckpointPropertiesNV & ()
 
bool operator== (QueueFamilyCheckpointPropertiesNV const &rhs) const
 
bool operator!= (QueueFamilyCheckpointPropertiesNV const &rhs) const
 

Data Fields

voidpNext = nullptr
 
PipelineStageFlags checkpointExecutionStageMask
 

Private Attributes

StructureType sType = StructureType::eQueueFamilyCheckpointPropertiesNV
 

Detailed Description

Definition at line 26733 of file vulkan.hpp.

Member Function Documentation

◆ operator VkQueueFamilyCheckpointPropertiesNV &()

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

Definition at line 26740 of file vulkan.hpp.

26741 {
26742 return *reinterpret_cast<VkQueueFamilyCheckpointPropertiesNV*>(this);
26743 }

◆ operator VkQueueFamilyCheckpointPropertiesNV const &()

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

Definition at line 26735 of file vulkan.hpp.

26736 {
26737 return *reinterpret_cast<const VkQueueFamilyCheckpointPropertiesNV*>(this);
26738 }

◆ operator!=()

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

Definition at line 26752 of file vulkan.hpp.

26753 {
26754 return !operator==( rhs );
26755 }
bool operator==(QueueFamilyCheckpointPropertiesNV const &rhs) const
Definition: vulkan.hpp:26745

References operator==().

◆ operator==()

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

Definition at line 26745 of file vulkan.hpp.

26746 {
26747 return ( sType == rhs.sType )
26748 && ( pNext == rhs.pNext )
26749 && ( checkpointExecutionStageMask == rhs.checkpointExecutionStageMask );
26750 }

References checkpointExecutionStageMask, pNext, and sType.

Referenced by operator!=().

Field Documentation

◆ checkpointExecutionStageMask

PipelineStageFlags VULKAN_HPP_NAMESPACE::QueueFamilyCheckpointPropertiesNV::checkpointExecutionStageMask

Definition at line 26762 of file vulkan.hpp.

Referenced by operator==().

◆ pNext

void* VULKAN_HPP_NAMESPACE::QueueFamilyCheckpointPropertiesNV::pNext = nullptr

Definition at line 26761 of file vulkan.hpp.

Referenced by operator==().

◆ sType

StructureType VULKAN_HPP_NAMESPACE::QueueFamilyCheckpointPropertiesNV::sType = StructureType::eQueueFamilyCheckpointPropertiesNV
private

Definition at line 26758 of file vulkan.hpp.

Referenced by operator==().


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