|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::PresentRegionKHR:Public Member Functions | |
| PresentRegionKHR (uint32_t rectangleCount_=0, const RectLayerKHR *pRectangles_=nullptr) | |
| PresentRegionKHR (VkPresentRegionKHR const &rhs) | |
| PresentRegionKHR & | operator= (VkPresentRegionKHR const &rhs) |
| PresentRegionKHR & | setRectangleCount (uint32_t rectangleCount_) |
| PresentRegionKHR & | setPRectangles (const RectLayerKHR *pRectangles_) |
| operator VkPresentRegionKHR const & () const | |
| operator VkPresentRegionKHR & () | |
| bool | operator== (PresentRegionKHR const &rhs) const |
| bool | operator!= (PresentRegionKHR const &rhs) const |
Data Fields | |
| uint32_t | rectangleCount |
| const RectLayerKHR * | pRectangles |
Definition at line 7340 of file vulkan.hpp.
|
inline |
Definition at line 7342 of file vulkan.hpp.
|
inline |
Definition at line 7349 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 7376 of file vulkan.hpp.
|
inline |
Definition at line 7371 of file vulkan.hpp.
|
inline |
Definition at line 7387 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 7354 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 7381 of file vulkan.hpp.
References pRectangles, and rectangleCount.
Referenced by operator!=().
|
inline |
Definition at line 7365 of file vulkan.hpp.
References pRectangles.
|
inline |
Definition at line 7359 of file vulkan.hpp.
References rectangleCount.
| const RectLayerKHR* VULKAN_HPP_NAMESPACE::PresentRegionKHR::pRectangles |
Definition at line 7393 of file vulkan.hpp.
Referenced by operator==(), and setPRectangles().
| uint32_t VULKAN_HPP_NAMESPACE::PresentRegionKHR::rectangleCount |
Definition at line 7392 of file vulkan.hpp.
Referenced by operator==(), and setRectangleCount().