RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::ImageSwapchainCreateInfoKHR Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::ImageSwapchainCreateInfoKHR:
[legend]

Public Member Functions

 ImageSwapchainCreateInfoKHR (SwapchainKHR swapchain_=SwapchainKHR())
 
 ImageSwapchainCreateInfoKHR (VkImageSwapchainCreateInfoKHR const &rhs)
 
ImageSwapchainCreateInfoKHRoperator= (VkImageSwapchainCreateInfoKHR const &rhs)
 
ImageSwapchainCreateInfoKHRsetPNext (const void *pNext_)
 
ImageSwapchainCreateInfoKHRsetSwapchain (SwapchainKHR swapchain_)
 
 operator const VkImageSwapchainCreateInfoKHR & () const
 
bool operator== (ImageSwapchainCreateInfoKHR const &rhs) const
 
bool operator!= (ImageSwapchainCreateInfoKHR const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
SwapchainKHR swapchain
 

Private Attributes

StructureType sType = StructureType::eImageSwapchainCreateInfoKHR
 

Constructor & Destructor Documentation

◆ ImageSwapchainCreateInfoKHR() [1/2]

VULKAN_HPP_NAMESPACE::ImageSwapchainCreateInfoKHR::ImageSwapchainCreateInfoKHR ( SwapchainKHR  swapchain_ = SwapchainKHR())
inline

◆ ImageSwapchainCreateInfoKHR() [2/2]

VULKAN_HPP_NAMESPACE::ImageSwapchainCreateInfoKHR::ImageSwapchainCreateInfoKHR ( VkImageSwapchainCreateInfoKHR const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkImageSwapchainCreateInfoKHR &()

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

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::ImageSwapchainCreateInfoKHR::operator!= ( ImageSwapchainCreateInfoKHR const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

ImageSwapchainCreateInfoKHR& VULKAN_HPP_NAMESPACE::ImageSwapchainCreateInfoKHR::operator= ( VkImageSwapchainCreateInfoKHR const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::ImageSwapchainCreateInfoKHR::operator== ( ImageSwapchainCreateInfoKHR const rhs) const
inline
Here is the caller graph for this function:

◆ setPNext()

ImageSwapchainCreateInfoKHR& VULKAN_HPP_NAMESPACE::ImageSwapchainCreateInfoKHR::setPNext ( const void pNext_)
inline

◆ setSwapchain()

ImageSwapchainCreateInfoKHR& VULKAN_HPP_NAMESPACE::ImageSwapchainCreateInfoKHR::setSwapchain ( SwapchainKHR  swapchain_)
inline

Member Data Documentation

◆ pNext

const void* VULKAN_HPP_NAMESPACE::ImageSwapchainCreateInfoKHR::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::ImageSwapchainCreateInfoKHR::sType = StructureType::eImageSwapchainCreateInfoKHR
private

◆ swapchain

SwapchainKHR VULKAN_HPP_NAMESPACE::ImageSwapchainCreateInfoKHR::swapchain

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