Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCheckpointDataNV |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | CheckpointDataNV (vk::PipelineStageFlagBits stage_=vk::PipelineStageFlagBits::eTopOfPipe, void *pCheckpointMarker_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | CheckpointDataNV (CheckpointDataNV const &rhs) VULKAN_HPP_NOEXCEPT=default |
CheckpointDataNV (VkCheckpointDataNV const &rhs) VULKAN_HPP_NOEXCEPT | |
CheckpointDataNV & | operator= (CheckpointDataNV const &rhs) VULKAN_HPP_NOEXCEPT=default |
CheckpointDataNV & | operator= (VkCheckpointDataNV const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkCheckpointDataNV const & () const VULKAN_HPP_NOEXCEPT | |
operator VkCheckpointDataNV & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (CheckpointDataNV const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (CheckpointDataNV const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::eCheckpointDataNV |
void * | pNext = {} |
vk::PipelineStageFlagBits | stage = vk::PipelineStageFlagBits::eTopOfPipe |
void * | pCheckpointMarker = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCheckpointDataNV |
Definition at line 13555 of file vulkan_structs.hpp.
Definition at line 13557 of file vulkan_structs.hpp.
|
inline |
Definition at line 13563 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 13574 of file vulkan_structs.hpp.
|
inline |
Definition at line 13590 of file vulkan_structs.hpp.
|
inline |
Definition at line 13585 of file vulkan_structs.hpp.
|
inline |
Definition at line 13619 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 13579 of file vulkan_structs.hpp.
|
inline |
Definition at line 13610 of file vulkan_structs.hpp.
|
static |
Definition at line 13559 of file vulkan_structs.hpp.
void* vk::CheckpointDataNV::pCheckpointMarker = {} |
Definition at line 13629 of file vulkan_structs.hpp.
void* vk::CheckpointDataNV::pNext = {} |
Definition at line 13627 of file vulkan_structs.hpp.
vk::PipelineStageFlagBits vk::CheckpointDataNV::stage = vk::PipelineStageFlagBits::eTopOfPipe |
Definition at line 13628 of file vulkan_structs.hpp.
|
static |
Definition at line 13560 of file vulkan_structs.hpp.
vk::StructureType vk::CheckpointDataNV::sType = StructureType::eCheckpointDataNV |
Definition at line 13626 of file vulkan_structs.hpp.