Vulkan-Hpp
vk::SwapchainPresentFenceInfoEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSwapchainPresentFenceInfoEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SwapchainPresentFenceInfoEXT (uint32_t swapchainCount_={}, const vk::Fence *pFences_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SwapchainPresentFenceInfoEXT (SwapchainPresentFenceInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SwapchainPresentFenceInfoEXT (VkSwapchainPresentFenceInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 SwapchainPresentFenceInfoEXT (vk::ArrayProxyNoTemporaries< const vk::Fence > const &fences_, const void *pNext_=nullptr)
 
SwapchainPresentFenceInfoEXToperator= (SwapchainPresentFenceInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SwapchainPresentFenceInfoEXToperator= (VkSwapchainPresentFenceInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SwapchainPresentFenceInfoEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SwapchainPresentFenceInfoEXTsetSwapchainCount (uint32_t swapchainCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SwapchainPresentFenceInfoEXTsetPFences (const vk::Fence *pFences_) VULKAN_HPP_NOEXCEPT
 
SwapchainPresentFenceInfoEXTsetFences (vk::ArrayProxyNoTemporaries< const vk::Fence > const &fences_) VULKAN_HPP_NOEXCEPT
 
 operator VkSwapchainPresentFenceInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSwapchainPresentFenceInfoEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SwapchainPresentFenceInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SwapchainPresentFenceInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSwapchainPresentFenceInfoEXT
 
const void * pNext = {}
 
uint32_t swapchainCount = {}
 
const vk::FencepFences = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 111685 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SwapchainPresentFenceInfoEXT() [1/4]

VULKAN_HPP_CONSTEXPR vk::SwapchainPresentFenceInfoEXT::SwapchainPresentFenceInfoEXT ( uint32_t  swapchainCount_ = {},
const vk::Fence pFences_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 111693 of file vulkan_structs.hpp.

◆ SwapchainPresentFenceInfoEXT() [2/4]

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

◆ SwapchainPresentFenceInfoEXT() [3/4]

vk::SwapchainPresentFenceInfoEXT::SwapchainPresentFenceInfoEXT ( VkSwapchainPresentFenceInfoEXT const &  rhs)
inline

Definition at line 111704 of file vulkan_structs.hpp.

◆ SwapchainPresentFenceInfoEXT() [4/4]

vk::SwapchainPresentFenceInfoEXT::SwapchainPresentFenceInfoEXT ( vk::ArrayProxyNoTemporaries< const vk::Fence > const &  fences_,
const void *  pNext_ = nullptr 
)
inline

Definition at line 111710 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSwapchainPresentFenceInfoEXT &()

vk::SwapchainPresentFenceInfoEXT::operator VkSwapchainPresentFenceInfoEXT & ( )
inline

Definition at line 111761 of file vulkan_structs.hpp.

◆ operator VkSwapchainPresentFenceInfoEXT const &()

vk::SwapchainPresentFenceInfoEXT::operator VkSwapchainPresentFenceInfoEXT const & ( ) const
inline

Definition at line 111756 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 111790 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SwapchainPresentFenceInfoEXT& vk::SwapchainPresentFenceInfoEXT::operator= ( VkSwapchainPresentFenceInfoEXT const &  rhs)
inline

Definition at line 111720 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 111781 of file vulkan_structs.hpp.

◆ setFences()

SwapchainPresentFenceInfoEXT& vk::SwapchainPresentFenceInfoEXT::setFences ( vk::ArrayProxyNoTemporaries< const vk::Fence > const &  fences_)
inline

Definition at line 111747 of file vulkan_structs.hpp.

◆ setPFences()

VULKAN_HPP_CONSTEXPR_14 SwapchainPresentFenceInfoEXT& vk::SwapchainPresentFenceInfoEXT::setPFences ( const vk::Fence pFences_)
inline

Definition at line 111739 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 111727 of file vulkan_structs.hpp.

◆ setSwapchainCount()

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

Definition at line 111733 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 111689 of file vulkan_structs.hpp.

◆ pFences

const vk::Fence* vk::SwapchainPresentFenceInfoEXT::pFences = {}

Definition at line 111800 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 111798 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::SwapchainPresentFenceInfoEXT::structureType = StructureType::eSwapchainPresentFenceInfoEXT
static

Definition at line 111690 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SwapchainPresentFenceInfoEXT::sType = StructureType::eSwapchainPresentFenceInfoEXT

Definition at line 111797 of file vulkan_structs.hpp.

◆ swapchainCount

uint32_t vk::SwapchainPresentFenceInfoEXT::swapchainCount = {}

Definition at line 111799 of file vulkan_structs.hpp.


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