Vulkan-Hpp
vk::ImageSwapchainCreateInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkImageSwapchainCreateInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ImageSwapchainCreateInfoKHR (vk::SwapchainKHR swapchain_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ImageSwapchainCreateInfoKHR (ImageSwapchainCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ImageSwapchainCreateInfoKHR (VkImageSwapchainCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
ImageSwapchainCreateInfoKHRoperator= (ImageSwapchainCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ImageSwapchainCreateInfoKHRoperator= (VkImageSwapchainCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageSwapchainCreateInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageSwapchainCreateInfoKHRsetSwapchain (vk::SwapchainKHR swapchain_) VULKAN_HPP_NOEXCEPT
 
 operator VkImageSwapchainCreateInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkImageSwapchainCreateInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ImageSwapchainCreateInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ImageSwapchainCreateInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eImageSwapchainCreateInfoKHR
 
const void * pNext = {}
 
vk::SwapchainKHR swapchain = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 45530 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ ImageSwapchainCreateInfoKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::ImageSwapchainCreateInfoKHR::ImageSwapchainCreateInfoKHR ( vk::SwapchainKHR  swapchain_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 45538 of file vulkan_structs.hpp.

◆ ImageSwapchainCreateInfoKHR() [2/3]

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

◆ ImageSwapchainCreateInfoKHR() [3/3]

vk::ImageSwapchainCreateInfoKHR::ImageSwapchainCreateInfoKHR ( VkImageSwapchainCreateInfoKHR const &  rhs)
inline

Definition at line 45546 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkImageSwapchainCreateInfoKHR &()

vk::ImageSwapchainCreateInfoKHR::operator VkImageSwapchainCreateInfoKHR & ( )
inline

Definition at line 45579 of file vulkan_structs.hpp.

◆ operator VkImageSwapchainCreateInfoKHR const &()

vk::ImageSwapchainCreateInfoKHR::operator VkImageSwapchainCreateInfoKHR const & ( ) const
inline

Definition at line 45574 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 45608 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

ImageSwapchainCreateInfoKHR& vk::ImageSwapchainCreateInfoKHR::operator= ( VkImageSwapchainCreateInfoKHR const &  rhs)
inline

Definition at line 45554 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 45599 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 45561 of file vulkan_structs.hpp.

◆ setSwapchain()

VULKAN_HPP_CONSTEXPR_14 ImageSwapchainCreateInfoKHR& vk::ImageSwapchainCreateInfoKHR::setSwapchain ( vk::SwapchainKHR  swapchain_)
inline

Definition at line 45567 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 45534 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 45616 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::ImageSwapchainCreateInfoKHR::structureType = StructureType::eImageSwapchainCreateInfoKHR
static

Definition at line 45535 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::ImageSwapchainCreateInfoKHR::sType = StructureType::eImageSwapchainCreateInfoKHR

Definition at line 45615 of file vulkan_structs.hpp.

◆ swapchain

vk::SwapchainKHR vk::ImageSwapchainCreateInfoKHR::swapchain = {}

Definition at line 45617 of file vulkan_structs.hpp.


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