Vulkan-Hpp
vk::PresentIdKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPresentIdKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PresentIdKHR (uint32_t swapchainCount_={}, const uint64_t *pPresentIds_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PresentIdKHR (PresentIdKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PresentIdKHR (VkPresentIdKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 PresentIdKHR (vk::ArrayProxyNoTemporaries< const uint64_t > const &presentIds_, const void *pNext_=nullptr)
 
PresentIdKHRoperator= (PresentIdKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PresentIdKHRoperator= (VkPresentIdKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PresentIdKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PresentIdKHRsetSwapchainCount (uint32_t swapchainCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PresentIdKHRsetPPresentIds (const uint64_t *pPresentIds_) VULKAN_HPP_NOEXCEPT
 
PresentIdKHRsetPresentIds (vk::ArrayProxyNoTemporaries< const uint64_t > const &presentIds_) VULKAN_HPP_NOEXCEPT
 
 operator VkPresentIdKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPresentIdKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PresentIdKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PresentIdKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePresentIdKHR
 
const void * pNext = {}
 
uint32_t swapchainCount = {}
 
const uint64_t * pPresentIds = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 95766 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PresentIdKHR() [1/4]

VULKAN_HPP_CONSTEXPR vk::PresentIdKHR::PresentIdKHR ( uint32_t  swapchainCount_ = {},
const uint64_t *  pPresentIds_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 95774 of file vulkan_structs.hpp.

◆ PresentIdKHR() [2/4]

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

◆ PresentIdKHR() [3/4]

vk::PresentIdKHR::PresentIdKHR ( VkPresentIdKHR const &  rhs)
inline

Definition at line 95783 of file vulkan_structs.hpp.

◆ PresentIdKHR() [4/4]

vk::PresentIdKHR::PresentIdKHR ( vk::ArrayProxyNoTemporaries< const uint64_t > const &  presentIds_,
const void *  pNext_ = nullptr 
)
inline

Definition at line 95786 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPresentIdKHR &()

vk::PresentIdKHR::operator VkPresentIdKHR & ( )
inline

Definition at line 95835 of file vulkan_structs.hpp.

◆ operator VkPresentIdKHR const &()

vk::PresentIdKHR::operator VkPresentIdKHR const & ( ) const
inline

Definition at line 95830 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 95864 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PresentIdKHR& vk::PresentIdKHR::operator= ( VkPresentIdKHR const &  rhs)
inline

Definition at line 95795 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 95855 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PresentIdKHR& vk::PresentIdKHR::setPNext ( const void *  pNext_)
inline

Definition at line 95802 of file vulkan_structs.hpp.

◆ setPPresentIds()

VULKAN_HPP_CONSTEXPR_14 PresentIdKHR& vk::PresentIdKHR::setPPresentIds ( const uint64_t *  pPresentIds_)
inline

Definition at line 95814 of file vulkan_structs.hpp.

◆ setPresentIds()

PresentIdKHR& vk::PresentIdKHR::setPresentIds ( vk::ArrayProxyNoTemporaries< const uint64_t > const &  presentIds_)
inline

Definition at line 95821 of file vulkan_structs.hpp.

◆ setSwapchainCount()

VULKAN_HPP_CONSTEXPR_14 PresentIdKHR& vk::PresentIdKHR::setSwapchainCount ( uint32_t  swapchainCount_)
inline

Definition at line 95808 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 95770 of file vulkan_structs.hpp.

◆ pNext

const void* vk::PresentIdKHR::pNext = {}

Definition at line 95872 of file vulkan_structs.hpp.

◆ pPresentIds

const uint64_t* vk::PresentIdKHR::pPresentIds = {}

Definition at line 95874 of file vulkan_structs.hpp.

◆ structureType

Definition at line 95771 of file vulkan_structs.hpp.

◆ sType

Definition at line 95871 of file vulkan_structs.hpp.

◆ swapchainCount

uint32_t vk::PresentIdKHR::swapchainCount = {}

Definition at line 95873 of file vulkan_structs.hpp.


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