Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCheckpointData2NV |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | CheckpointData2NV (vk::PipelineStageFlags2 stage_={}, void *pCheckpointMarker_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | CheckpointData2NV (CheckpointData2NV const &rhs) VULKAN_HPP_NOEXCEPT=default |
CheckpointData2NV (VkCheckpointData2NV const &rhs) VULKAN_HPP_NOEXCEPT | |
CheckpointData2NV & | operator= (CheckpointData2NV const &rhs) VULKAN_HPP_NOEXCEPT=default |
CheckpointData2NV & | operator= (VkCheckpointData2NV const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkCheckpointData2NV const & () const VULKAN_HPP_NOEXCEPT | |
operator VkCheckpointData2NV & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (CheckpointData2NV const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (CheckpointData2NV const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::eCheckpointData2NV |
void * | pNext = {} |
vk::PipelineStageFlags2 | stage = {} |
void * | pCheckpointMarker = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCheckpointData2NV |
Definition at line 13473 of file vulkan_structs.hpp.
Definition at line 13475 of file vulkan_structs.hpp.
|
inline |
Definition at line 13482 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 13491 of file vulkan_structs.hpp.
|
inline |
Definition at line 13507 of file vulkan_structs.hpp.
|
inline |
Definition at line 13502 of file vulkan_structs.hpp.
|
inline |
Definition at line 13536 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 13496 of file vulkan_structs.hpp.
|
inline |
Definition at line 13527 of file vulkan_structs.hpp.
|
static |
Definition at line 13477 of file vulkan_structs.hpp.
void* vk::CheckpointData2NV::pCheckpointMarker = {} |
Definition at line 13546 of file vulkan_structs.hpp.
void* vk::CheckpointData2NV::pNext = {} |
Definition at line 13544 of file vulkan_structs.hpp.
vk::PipelineStageFlags2 vk::CheckpointData2NV::stage = {} |
Definition at line 13545 of file vulkan_structs.hpp.
|
static |
Definition at line 13478 of file vulkan_structs.hpp.
vk::StructureType vk::CheckpointData2NV::sType = StructureType::eCheckpointData2NV |
Definition at line 13543 of file vulkan_structs.hpp.