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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR:
[legend]

Public Member Functions

 BindImageMemorySwapchainInfoKHR (SwapchainKHR swapchain_=SwapchainKHR(), uint32_t imageIndex_=0)
 
 BindImageMemorySwapchainInfoKHR (VkBindImageMemorySwapchainInfoKHR const &rhs)
 
BindImageMemorySwapchainInfoKHRoperator= (VkBindImageMemorySwapchainInfoKHR const &rhs)
 
BindImageMemorySwapchainInfoKHRsetPNext (const void *pNext_)
 
BindImageMemorySwapchainInfoKHRsetSwapchain (SwapchainKHR swapchain_)
 
BindImageMemorySwapchainInfoKHRsetImageIndex (uint32_t imageIndex_)
 
 operator const VkBindImageMemorySwapchainInfoKHR & () const
 
bool operator== (BindImageMemorySwapchainInfoKHR const &rhs) const
 
bool operator!= (BindImageMemorySwapchainInfoKHR const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
SwapchainKHR swapchain
 
uint32_t imageIndex
 

Private Attributes

StructureType sType = StructureType::eBindImageMemorySwapchainInfoKHR
 

Constructor & Destructor Documentation

◆ BindImageMemorySwapchainInfoKHR() [1/2]

VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR::BindImageMemorySwapchainInfoKHR ( SwapchainKHR  swapchain_ = SwapchainKHR(),
uint32_t  imageIndex_ = 0 
)
inline

◆ BindImageMemorySwapchainInfoKHR() [2/2]

VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR::BindImageMemorySwapchainInfoKHR ( VkBindImageMemorySwapchainInfoKHR const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkBindImageMemorySwapchainInfoKHR &()

VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR::operator const VkBindImageMemorySwapchainInfoKHR & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setImageIndex()

BindImageMemorySwapchainInfoKHR& VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR::setImageIndex ( uint32_t  imageIndex_)
inline

◆ setPNext()

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

◆ setSwapchain()

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

Member Data Documentation

◆ imageIndex

uint32_t VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR::imageIndex

◆ pNext

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

◆ sType

StructureType VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR::sType = StructureType::eBindImageMemorySwapchainInfoKHR
private

◆ swapchain

SwapchainKHR VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR::swapchain

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