Vulkan-Hpp
vk::PhysicalDevicePresentBarrierFeaturesNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDevicePresentBarrierFeaturesNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDevicePresentBarrierFeaturesNV (vk::Bool32 presentBarrier_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDevicePresentBarrierFeaturesNV (PhysicalDevicePresentBarrierFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDevicePresentBarrierFeaturesNV (VkPhysicalDevicePresentBarrierFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevicePresentBarrierFeaturesNVoperator= (PhysicalDevicePresentBarrierFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDevicePresentBarrierFeaturesNVoperator= (VkPhysicalDevicePresentBarrierFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDevicePresentBarrierFeaturesNVsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDevicePresentBarrierFeaturesNVsetPresentBarrier (vk::Bool32 presentBarrier_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePresentBarrierFeaturesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePresentBarrierFeaturesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDevicePresentBarrierFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDevicePresentBarrierFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDevicePresentBarrierFeaturesNV
 
void * pNext = {}
 
vk::Bool32 presentBarrier = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevicePresentBarrierFeaturesNV
 

Detailed Description

Definition at line 76440 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDevicePresentBarrierFeaturesNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDevicePresentBarrierFeaturesNV::PhysicalDevicePresentBarrierFeaturesNV ( vk::Bool32  presentBarrier_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 76448 of file vulkan_structs.hpp.

◆ PhysicalDevicePresentBarrierFeaturesNV() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDevicePresentBarrierFeaturesNV::PhysicalDevicePresentBarrierFeaturesNV ( PhysicalDevicePresentBarrierFeaturesNV const &  rhs)
default

◆ PhysicalDevicePresentBarrierFeaturesNV() [3/3]

vk::PhysicalDevicePresentBarrierFeaturesNV::PhysicalDevicePresentBarrierFeaturesNV ( VkPhysicalDevicePresentBarrierFeaturesNV const &  rhs)
inline

Definition at line 76457 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDevicePresentBarrierFeaturesNV &()

vk::PhysicalDevicePresentBarrierFeaturesNV::operator VkPhysicalDevicePresentBarrierFeaturesNV & ( )
inline

Definition at line 76490 of file vulkan_structs.hpp.

◆ operator VkPhysicalDevicePresentBarrierFeaturesNV const &()

vk::PhysicalDevicePresentBarrierFeaturesNV::operator VkPhysicalDevicePresentBarrierFeaturesNV const & ( ) const
inline

Definition at line 76485 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDevicePresentBarrierFeaturesNV::operator!= ( PhysicalDevicePresentBarrierFeaturesNV const &  rhs) const
inline

Definition at line 76519 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDevicePresentBarrierFeaturesNV& vk::PhysicalDevicePresentBarrierFeaturesNV::operator= ( PhysicalDevicePresentBarrierFeaturesNV const &  rhs)
default

◆ operator=() [2/2]

PhysicalDevicePresentBarrierFeaturesNV& vk::PhysicalDevicePresentBarrierFeaturesNV::operator= ( VkPhysicalDevicePresentBarrierFeaturesNV const &  rhs)
inline

Definition at line 76465 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PhysicalDevicePresentBarrierFeaturesNV::operator== ( PhysicalDevicePresentBarrierFeaturesNV const &  rhs) const
inline

Definition at line 76510 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDevicePresentBarrierFeaturesNV& vk::PhysicalDevicePresentBarrierFeaturesNV::setPNext ( void *  pNext_)
inline

Definition at line 76472 of file vulkan_structs.hpp.

◆ setPresentBarrier()

VULKAN_HPP_CONSTEXPR_14 PhysicalDevicePresentBarrierFeaturesNV& vk::PhysicalDevicePresentBarrierFeaturesNV::setPresentBarrier ( vk::Bool32  presentBarrier_)
inline

Definition at line 76478 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::PhysicalDevicePresentBarrierFeaturesNV::allowDuplicate = false
static

Definition at line 76444 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDevicePresentBarrierFeaturesNV::pNext = {}

Definition at line 76527 of file vulkan_structs.hpp.

◆ presentBarrier

vk::Bool32 vk::PhysicalDevicePresentBarrierFeaturesNV::presentBarrier = {}

Definition at line 76528 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDevicePresentBarrierFeaturesNV::structureType = StructureType::ePhysicalDevicePresentBarrierFeaturesNV
static

Definition at line 76445 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDevicePresentBarrierFeaturesNV::sType = StructureType::ePhysicalDevicePresentBarrierFeaturesNV

Definition at line 76526 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: