Vulkan-Hpp
vk::PhysicalDevicePresentWaitFeaturesKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDevicePresentWaitFeaturesKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDevicePresentWaitFeaturesKHR (vk::Bool32 presentWait_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDevicePresentWaitFeaturesKHR (PhysicalDevicePresentWaitFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDevicePresentWaitFeaturesKHR (VkPhysicalDevicePresentWaitFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevicePresentWaitFeaturesKHRoperator= (PhysicalDevicePresentWaitFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDevicePresentWaitFeaturesKHRoperator= (VkPhysicalDevicePresentWaitFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDevicePresentWaitFeaturesKHRsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDevicePresentWaitFeaturesKHRsetPresentWait (vk::Bool32 presentWait_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePresentWaitFeaturesKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePresentWaitFeaturesKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDevicePresentWaitFeaturesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDevicePresentWaitFeaturesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDevicePresentWaitFeaturesKHR
 
void * pNext = {}
 
vk::Bool32 presentWait = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 76633 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDevicePresentWaitFeaturesKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDevicePresentWaitFeaturesKHR::PhysicalDevicePresentWaitFeaturesKHR ( vk::Bool32  presentWait_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 76641 of file vulkan_structs.hpp.

◆ PhysicalDevicePresentWaitFeaturesKHR() [2/3]

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

◆ PhysicalDevicePresentWaitFeaturesKHR() [3/3]

vk::PhysicalDevicePresentWaitFeaturesKHR::PhysicalDevicePresentWaitFeaturesKHR ( VkPhysicalDevicePresentWaitFeaturesKHR const &  rhs)
inline

Definition at line 76649 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDevicePresentWaitFeaturesKHR &()

vk::PhysicalDevicePresentWaitFeaturesKHR::operator VkPhysicalDevicePresentWaitFeaturesKHR & ( )
inline

Definition at line 76682 of file vulkan_structs.hpp.

◆ operator VkPhysicalDevicePresentWaitFeaturesKHR const &()

vk::PhysicalDevicePresentWaitFeaturesKHR::operator VkPhysicalDevicePresentWaitFeaturesKHR const & ( ) const
inline

Definition at line 76677 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 76711 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDevicePresentWaitFeaturesKHR& vk::PhysicalDevicePresentWaitFeaturesKHR::operator= ( VkPhysicalDevicePresentWaitFeaturesKHR const &  rhs)
inline

Definition at line 76657 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 76702 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 76664 of file vulkan_structs.hpp.

◆ setPresentWait()

VULKAN_HPP_CONSTEXPR_14 PhysicalDevicePresentWaitFeaturesKHR& vk::PhysicalDevicePresentWaitFeaturesKHR::setPresentWait ( vk::Bool32  presentWait_)
inline

Definition at line 76670 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 76637 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 76719 of file vulkan_structs.hpp.

◆ presentWait

vk::Bool32 vk::PhysicalDevicePresentWaitFeaturesKHR::presentWait = {}

Definition at line 76720 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDevicePresentWaitFeaturesKHR::structureType = StructureType::ePhysicalDevicePresentWaitFeaturesKHR
static

Definition at line 76638 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDevicePresentWaitFeaturesKHR::sType = StructureType::ePhysicalDevicePresentWaitFeaturesKHR

Definition at line 76718 of file vulkan_structs.hpp.


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