SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkCheckpointDataNV const & () const | |
operator VkCheckpointDataNV & () | |
bool | operator== (CheckpointDataNV const &rhs) const |
bool | operator!= (CheckpointDataNV const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
PipelineStageFlagBits | stage |
void * | pCheckpointMarker |
Private Attributes | |
StructureType | sType = StructureType::eCheckpointDataNV |
Definition at line 26766 of file vulkan.hpp.
|
inline |
Definition at line 26773 of file vulkan.hpp.
|
inline |
Definition at line 26768 of file vulkan.hpp.
|
inline |
Definition at line 26786 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 26778 of file vulkan.hpp.
References pCheckpointMarker, pNext, stage, and sType.
Referenced by operator!=().
void* VULKAN_HPP_NAMESPACE::CheckpointDataNV::pCheckpointMarker |
Definition at line 26797 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::CheckpointDataNV::pNext = nullptr |
Definition at line 26795 of file vulkan.hpp.
Referenced by operator==().
PipelineStageFlagBits VULKAN_HPP_NAMESPACE::CheckpointDataNV::stage |
Definition at line 26796 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 26792 of file vulkan.hpp.
Referenced by operator==().