|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR:Public Member Functions | |
| DisplayPresentInfoKHR (Rect2D srcRect_=Rect2D(), Rect2D dstRect_=Rect2D(), Bool32 persistent_=0) | |
| DisplayPresentInfoKHR (VkDisplayPresentInfoKHR const &rhs) | |
| DisplayPresentInfoKHR & | operator= (VkDisplayPresentInfoKHR const &rhs) |
| DisplayPresentInfoKHR & | setPNext (const void *pNext_) |
| DisplayPresentInfoKHR & | setSrcRect (Rect2D srcRect_) |
| DisplayPresentInfoKHR & | setDstRect (Rect2D dstRect_) |
| DisplayPresentInfoKHR & | setPersistent (Bool32 persistent_) |
| operator VkDisplayPresentInfoKHR const & () const | |
| operator VkDisplayPresentInfoKHR & () | |
| bool | operator== (DisplayPresentInfoKHR const &rhs) const |
| bool | operator!= (DisplayPresentInfoKHR const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| Rect2D | srcRect |
| Rect2D | dstRect |
| Bool32 | persistent |
Private Attributes | |
| StructureType | sType = StructureType::eDisplayPresentInfoKHR |
Definition at line 11810 of file vulkan.hpp.
|
inline |
Definition at line 11812 of file vulkan.hpp.
|
inline |
Definition at line 11821 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 11860 of file vulkan.hpp.
|
inline |
Definition at line 11855 of file vulkan.hpp.
|
inline |
Definition at line 11874 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 11826 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 11865 of file vulkan.hpp.
References dstRect, persistent, pNext, srcRect, and sType.
Referenced by operator!=().
|
inline |
Definition at line 11843 of file vulkan.hpp.
References dstRect.
|
inline |
Definition at line 11849 of file vulkan.hpp.
References persistent.
|
inline |
Definition at line 11831 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 11837 of file vulkan.hpp.
References srcRect.
| Rect2D VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::dstRect |
Definition at line 11885 of file vulkan.hpp.
Referenced by operator==(), and setDstRect().
| Bool32 VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::persistent |
Definition at line 11886 of file vulkan.hpp.
Referenced by operator==(), and setPersistent().
| const void* VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::pNext = nullptr |
Definition at line 11883 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| Rect2D VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::srcRect |
Definition at line 11884 of file vulkan.hpp.
Referenced by operator==(), and setSrcRect().
|
private |
Definition at line 11880 of file vulkan.hpp.
Referenced by operator==().