|
RetroArch
|
#include <vulkan.hpp>
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 const VkDisplayPresentInfoKHR & () const | |
| bool | operator== (DisplayPresentInfoKHR const &rhs) const |
| bool | operator!= (DisplayPresentInfoKHR const &rhs) const |
Public Attributes | |
| const void * | pNext = nullptr |
| Rect2D | srcRect |
| Rect2D | dstRect |
| Bool32 | persistent |
Private Attributes | |
| StructureType | sType = StructureType::eDisplayPresentInfoKHR |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Rect2D VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::dstRect |
| Bool32 VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::persistent |
| Rect2D VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::srcRect |
|
private |
1.8.15