Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkQueueFamilyCheckpointPropertiesNV |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | QueueFamilyCheckpointPropertiesNV (vk::PipelineStageFlags checkpointExecutionStageMask_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | QueueFamilyCheckpointPropertiesNV (QueueFamilyCheckpointPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT=default |
QueueFamilyCheckpointPropertiesNV (VkQueueFamilyCheckpointPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT | |
QueueFamilyCheckpointPropertiesNV & | operator= (QueueFamilyCheckpointPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT=default |
QueueFamilyCheckpointPropertiesNV & | operator= (VkQueueFamilyCheckpointPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkQueueFamilyCheckpointPropertiesNV const & () const VULKAN_HPP_NOEXCEPT | |
operator VkQueueFamilyCheckpointPropertiesNV & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (QueueFamilyCheckpointPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (QueueFamilyCheckpointPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::eQueueFamilyCheckpointPropertiesNV |
void * | pNext = {} |
vk::PipelineStageFlags | checkpointExecutionStageMask = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eQueueFamilyCheckpointPropertiesNV |
Definition at line 98162 of file vulkan_structs.hpp.
Definition at line 98164 of file vulkan_structs.hpp.
|
inline |
Definition at line 98170 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 98179 of file vulkan_structs.hpp.
|
inline |
Definition at line 98198 of file vulkan_structs.hpp.
|
inline |
Definition at line 98193 of file vulkan_structs.hpp.
|
inline |
Definition at line 98227 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 98187 of file vulkan_structs.hpp.
|
inline |
Definition at line 98218 of file vulkan_structs.hpp.
|
static |
Definition at line 98166 of file vulkan_structs.hpp.
vk::PipelineStageFlags vk::QueueFamilyCheckpointPropertiesNV::checkpointExecutionStageMask = {} |
Definition at line 98236 of file vulkan_structs.hpp.
void* vk::QueueFamilyCheckpointPropertiesNV::pNext = {} |
Definition at line 98235 of file vulkan_structs.hpp.
|
static |
Definition at line 98167 of file vulkan_structs.hpp.
vk::StructureType vk::QueueFamilyCheckpointPropertiesNV::sType = StructureType::eQueueFamilyCheckpointPropertiesNV |
Definition at line 98234 of file vulkan_structs.hpp.