SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DisplayPlaneInfo2KHR (DisplayModeKHR mode_=DisplayModeKHR(), uint32_t planeIndex_=0) | |
DisplayPlaneInfo2KHR (VkDisplayPlaneInfo2KHR const &rhs) | |
DisplayPlaneInfo2KHR & | operator= (VkDisplayPlaneInfo2KHR const &rhs) |
DisplayPlaneInfo2KHR & | setPNext (const void *pNext_) |
DisplayPlaneInfo2KHR & | setMode (DisplayModeKHR mode_) |
DisplayPlaneInfo2KHR & | setPlaneIndex (uint32_t planeIndex_) |
operator VkDisplayPlaneInfo2KHR const & () const | |
operator VkDisplayPlaneInfo2KHR & () | |
bool | operator== (DisplayPlaneInfo2KHR const &rhs) const |
bool | operator!= (DisplayPlaneInfo2KHR const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
DisplayModeKHR | mode |
uint32_t | planeIndex |
Private Attributes | |
StructureType | sType = StructureType::eDisplayPlaneInfo2KHR |
Definition at line 15723 of file vulkan.hpp.
|
inline |
Definition at line 15725 of file vulkan.hpp.
|
inline |
Definition at line 15732 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 15765 of file vulkan.hpp.
|
inline |
Definition at line 15760 of file vulkan.hpp.
|
inline |
Definition at line 15778 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 15737 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 15770 of file vulkan.hpp.
References mode, planeIndex, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 15748 of file vulkan.hpp.
|
inline |
Definition at line 15754 of file vulkan.hpp.
References planeIndex.
|
inline |
Definition at line 15742 of file vulkan.hpp.
References pNext.
DisplayModeKHR VULKAN_HPP_NAMESPACE::DisplayPlaneInfo2KHR::mode |
Definition at line 15788 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::DisplayPlaneInfo2KHR::planeIndex |
Definition at line 15789 of file vulkan.hpp.
Referenced by operator==(), and setPlaneIndex().
const void* VULKAN_HPP_NAMESPACE::DisplayPlaneInfo2KHR::pNext = nullptr |
Definition at line 15787 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 15784 of file vulkan.hpp.
Referenced by operator==().