Vulkan-Hpp
vk::PhysicalDevicePresentIdFeaturesKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDevicePresentIdFeaturesKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDevicePresentIdFeaturesKHR (vk::Bool32 presentId_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDevicePresentIdFeaturesKHR (PhysicalDevicePresentIdFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDevicePresentIdFeaturesKHR (VkPhysicalDevicePresentIdFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevicePresentIdFeaturesKHRoperator= (PhysicalDevicePresentIdFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDevicePresentIdFeaturesKHRoperator= (VkPhysicalDevicePresentIdFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDevicePresentIdFeaturesKHRsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDevicePresentIdFeaturesKHRsetPresentId (vk::Bool32 presentId_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePresentIdFeaturesKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePresentIdFeaturesKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDevicePresentIdFeaturesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDevicePresentIdFeaturesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDevicePresentIdFeaturesKHR
 
void * pNext = {}
 
vk::Bool32 presentId = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 76537 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDevicePresentIdFeaturesKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDevicePresentIdFeaturesKHR::PhysicalDevicePresentIdFeaturesKHR ( vk::Bool32  presentId_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 76545 of file vulkan_structs.hpp.

◆ PhysicalDevicePresentIdFeaturesKHR() [2/3]

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

◆ PhysicalDevicePresentIdFeaturesKHR() [3/3]

vk::PhysicalDevicePresentIdFeaturesKHR::PhysicalDevicePresentIdFeaturesKHR ( VkPhysicalDevicePresentIdFeaturesKHR const &  rhs)
inline

Definition at line 76553 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDevicePresentIdFeaturesKHR &()

vk::PhysicalDevicePresentIdFeaturesKHR::operator VkPhysicalDevicePresentIdFeaturesKHR & ( )
inline

Definition at line 76586 of file vulkan_structs.hpp.

◆ operator VkPhysicalDevicePresentIdFeaturesKHR const &()

vk::PhysicalDevicePresentIdFeaturesKHR::operator VkPhysicalDevicePresentIdFeaturesKHR const & ( ) const
inline

Definition at line 76581 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 76615 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDevicePresentIdFeaturesKHR& vk::PhysicalDevicePresentIdFeaturesKHR::operator= ( VkPhysicalDevicePresentIdFeaturesKHR const &  rhs)
inline

Definition at line 76561 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 76606 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 76568 of file vulkan_structs.hpp.

◆ setPresentId()

VULKAN_HPP_CONSTEXPR_14 PhysicalDevicePresentIdFeaturesKHR& vk::PhysicalDevicePresentIdFeaturesKHR::setPresentId ( vk::Bool32  presentId_)
inline

Definition at line 76574 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 76541 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 76623 of file vulkan_structs.hpp.

◆ presentId

vk::Bool32 vk::PhysicalDevicePresentIdFeaturesKHR::presentId = {}

Definition at line 76624 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDevicePresentIdFeaturesKHR::structureType = StructureType::ePhysicalDevicePresentIdFeaturesKHR
static

Definition at line 76542 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDevicePresentIdFeaturesKHR::sType = StructureType::ePhysicalDevicePresentIdFeaturesKHR

Definition at line 76622 of file vulkan_structs.hpp.


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