|
RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
| PresentRegionsKHR (uint32_t swapchainCount_=0, const PresentRegionKHR *pRegions_=nullptr) | |
| PresentRegionsKHR (VkPresentRegionsKHR const &rhs) | |
| PresentRegionsKHR & | operator= (VkPresentRegionsKHR const &rhs) |
| PresentRegionsKHR & | setPNext (const void *pNext_) |
| PresentRegionsKHR & | setSwapchainCount (uint32_t swapchainCount_) |
| PresentRegionsKHR & | setPRegions (const PresentRegionKHR *pRegions_) |
| operator const VkPresentRegionsKHR & () const | |
| bool | operator== (PresentRegionsKHR const &rhs) const |
| bool | operator!= (PresentRegionsKHR const &rhs) const |
Public Attributes | |
| const void * | pNext = nullptr |
| uint32_t | swapchainCount |
| const PresentRegionKHR * | pRegions |
Private Attributes | |
| StructureType | sType = StructureType::ePresentRegionsKHR |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| const PresentRegionKHR* VULKAN_HPP_NAMESPACE::PresentRegionsKHR::pRegions |
|
private |
| uint32_t VULKAN_HPP_NAMESPACE::PresentRegionsKHR::swapchainCount |
1.8.15