|
RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
| BindImageMemorySwapchainInfoKHR (SwapchainKHR swapchain_=SwapchainKHR(), uint32_t imageIndex_=0) | |
| BindImageMemorySwapchainInfoKHR (VkBindImageMemorySwapchainInfoKHR const &rhs) | |
| BindImageMemorySwapchainInfoKHR & | operator= (VkBindImageMemorySwapchainInfoKHR const &rhs) |
| BindImageMemorySwapchainInfoKHR & | setPNext (const void *pNext_) |
| BindImageMemorySwapchainInfoKHR & | setSwapchain (SwapchainKHR swapchain_) |
| BindImageMemorySwapchainInfoKHR & | setImageIndex (uint32_t imageIndex_) |
| operator const VkBindImageMemorySwapchainInfoKHR & () const | |
| bool | operator== (BindImageMemorySwapchainInfoKHR const &rhs) const |
| bool | operator!= (BindImageMemorySwapchainInfoKHR const &rhs) const |
Public Attributes | |
| const void * | pNext = nullptr |
| SwapchainKHR | swapchain |
| uint32_t | imageIndex |
Private Attributes | |
| StructureType | sType = StructureType::eBindImageMemorySwapchainInfoKHR |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| uint32_t VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR::imageIndex |
|
private |
| SwapchainKHR VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR::swapchain |
1.8.15