Vulkan-Hpp
vk::SwapchainPresentModesCreateInfoEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSwapchainPresentModesCreateInfoEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SwapchainPresentModesCreateInfoEXT (uint32_t presentModeCount_={}, const vk::PresentModeKHR *pPresentModes_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SwapchainPresentModesCreateInfoEXT (SwapchainPresentModesCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SwapchainPresentModesCreateInfoEXT (VkSwapchainPresentModesCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 SwapchainPresentModesCreateInfoEXT (vk::ArrayProxyNoTemporaries< const vk::PresentModeKHR > const &presentModes_, const void *pNext_=nullptr)
 
SwapchainPresentModesCreateInfoEXToperator= (SwapchainPresentModesCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SwapchainPresentModesCreateInfoEXToperator= (VkSwapchainPresentModesCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SwapchainPresentModesCreateInfoEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SwapchainPresentModesCreateInfoEXTsetPresentModeCount (uint32_t presentModeCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SwapchainPresentModesCreateInfoEXTsetPPresentModes (const vk::PresentModeKHR *pPresentModes_) VULKAN_HPP_NOEXCEPT
 
SwapchainPresentModesCreateInfoEXTsetPresentModes (vk::ArrayProxyNoTemporaries< const vk::PresentModeKHR > const &presentModes_) VULKAN_HPP_NOEXCEPT
 
 operator VkSwapchainPresentModesCreateInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSwapchainPresentModesCreateInfoEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SwapchainPresentModesCreateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SwapchainPresentModesCreateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSwapchainPresentModesCreateInfoEXT
 
const void * pNext = {}
 
uint32_t presentModeCount = {}
 
const vk::PresentModeKHRpPresentModes = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 111933 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SwapchainPresentModesCreateInfoEXT() [1/4]

VULKAN_HPP_CONSTEXPR vk::SwapchainPresentModesCreateInfoEXT::SwapchainPresentModesCreateInfoEXT ( uint32_t  presentModeCount_ = {},
const vk::PresentModeKHR pPresentModes_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 111941 of file vulkan_structs.hpp.

◆ SwapchainPresentModesCreateInfoEXT() [2/4]

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

◆ SwapchainPresentModesCreateInfoEXT() [3/4]

vk::SwapchainPresentModesCreateInfoEXT::SwapchainPresentModesCreateInfoEXT ( VkSwapchainPresentModesCreateInfoEXT const &  rhs)
inline

Definition at line 111952 of file vulkan_structs.hpp.

◆ SwapchainPresentModesCreateInfoEXT() [4/4]

vk::SwapchainPresentModesCreateInfoEXT::SwapchainPresentModesCreateInfoEXT ( vk::ArrayProxyNoTemporaries< const vk::PresentModeKHR > const &  presentModes_,
const void *  pNext_ = nullptr 
)
inline

Definition at line 111958 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSwapchainPresentModesCreateInfoEXT &()

vk::SwapchainPresentModesCreateInfoEXT::operator VkSwapchainPresentModesCreateInfoEXT & ( )
inline

Definition at line 112010 of file vulkan_structs.hpp.

◆ operator VkSwapchainPresentModesCreateInfoEXT const &()

vk::SwapchainPresentModesCreateInfoEXT::operator VkSwapchainPresentModesCreateInfoEXT const & ( ) const
inline

Definition at line 112005 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 112039 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SwapchainPresentModesCreateInfoEXT& vk::SwapchainPresentModesCreateInfoEXT::operator= ( VkSwapchainPresentModesCreateInfoEXT const &  rhs)
inline

Definition at line 111968 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 112030 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 111975 of file vulkan_structs.hpp.

◆ setPPresentModes()

VULKAN_HPP_CONSTEXPR_14 SwapchainPresentModesCreateInfoEXT& vk::SwapchainPresentModesCreateInfoEXT::setPPresentModes ( const vk::PresentModeKHR pPresentModes_)
inline

Definition at line 111988 of file vulkan_structs.hpp.

◆ setPresentModeCount()

VULKAN_HPP_CONSTEXPR_14 SwapchainPresentModesCreateInfoEXT& vk::SwapchainPresentModesCreateInfoEXT::setPresentModeCount ( uint32_t  presentModeCount_)
inline

Definition at line 111981 of file vulkan_structs.hpp.

◆ setPresentModes()

SwapchainPresentModesCreateInfoEXT& vk::SwapchainPresentModesCreateInfoEXT::setPresentModes ( vk::ArrayProxyNoTemporaries< const vk::PresentModeKHR > const &  presentModes_)
inline

Definition at line 111996 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 111937 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 112047 of file vulkan_structs.hpp.

◆ pPresentModes

const vk::PresentModeKHR* vk::SwapchainPresentModesCreateInfoEXT::pPresentModes = {}

Definition at line 112049 of file vulkan_structs.hpp.

◆ presentModeCount

uint32_t vk::SwapchainPresentModesCreateInfoEXT::presentModeCount = {}

Definition at line 112048 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::SwapchainPresentModesCreateInfoEXT::structureType = StructureType::eSwapchainPresentModesCreateInfoEXT
static

Definition at line 111938 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SwapchainPresentModesCreateInfoEXT::sType = StructureType::eSwapchainPresentModesCreateInfoEXT

Definition at line 112046 of file vulkan_structs.hpp.


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