|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::PresentRegionsKHR: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 VkPresentRegionsKHR const & () const | |
| operator VkPresentRegionsKHR & () | |
| bool | operator== (PresentRegionsKHR const &rhs) const |
| bool | operator!= (PresentRegionsKHR const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| uint32_t | swapchainCount |
| const PresentRegionKHR * | pRegions |
Private Attributes | |
| StructureType | sType = StructureType::ePresentRegionsKHR |
Definition at line 13250 of file vulkan.hpp.
|
inline |
Definition at line 13252 of file vulkan.hpp.
|
inline |
Definition at line 13259 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 13292 of file vulkan.hpp.
|
inline |
Definition at line 13287 of file vulkan.hpp.
|
inline |
Definition at line 13305 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 13264 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 13297 of file vulkan.hpp.
References pNext, pRegions, sType, and swapchainCount.
Referenced by operator!=().
|
inline |
Definition at line 13269 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 13281 of file vulkan.hpp.
References pRegions.
|
inline |
Definition at line 13275 of file vulkan.hpp.
References swapchainCount.
| const void* VULKAN_HPP_NAMESPACE::PresentRegionsKHR::pNext = nullptr |
Definition at line 13314 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| const PresentRegionKHR* VULKAN_HPP_NAMESPACE::PresentRegionsKHR::pRegions |
Definition at line 13316 of file vulkan.hpp.
Referenced by operator==(), and setPRegions().
|
private |
Definition at line 13311 of file vulkan.hpp.
Referenced by operator==().
| uint32_t VULKAN_HPP_NAMESPACE::PresentRegionsKHR::swapchainCount |
Definition at line 13315 of file vulkan.hpp.
Referenced by operator==(), and setSwapchainCount().