SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkQueueFamilyCheckpointPropertiesNV const & () const | |
operator VkQueueFamilyCheckpointPropertiesNV & () | |
bool | operator== (QueueFamilyCheckpointPropertiesNV const &rhs) const |
bool | operator!= (QueueFamilyCheckpointPropertiesNV const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
PipelineStageFlags | checkpointExecutionStageMask |
Private Attributes | |
StructureType | sType = StructureType::eQueueFamilyCheckpointPropertiesNV |
Definition at line 26733 of file vulkan.hpp.
|
inline |
Definition at line 26740 of file vulkan.hpp.
|
inline |
Definition at line 26735 of file vulkan.hpp.
|
inline |
Definition at line 26752 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 26745 of file vulkan.hpp.
References checkpointExecutionStageMask, pNext, and sType.
Referenced by operator!=().
PipelineStageFlags VULKAN_HPP_NAMESPACE::QueueFamilyCheckpointPropertiesNV::checkpointExecutionStageMask |
Definition at line 26762 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::QueueFamilyCheckpointPropertiesNV::pNext = nullptr |
Definition at line 26761 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 26758 of file vulkan.hpp.
Referenced by operator==().