SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkSurfaceFormat2KHR const & () const | |
operator VkSurfaceFormat2KHR & () | |
bool | operator== (SurfaceFormat2KHR const &rhs) const |
bool | operator!= (SurfaceFormat2KHR const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
SurfaceFormatKHR | surfaceFormat |
Private Attributes | |
StructureType | sType = StructureType::eSurfaceFormat2KHR |
Definition at line 29147 of file vulkan.hpp.
|
inline |
Definition at line 29154 of file vulkan.hpp.
|
inline |
Definition at line 29149 of file vulkan.hpp.
|
inline |
Definition at line 29166 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 29159 of file vulkan.hpp.
References pNext, sType, and surfaceFormat.
Referenced by operator!=().
void* VULKAN_HPP_NAMESPACE::SurfaceFormat2KHR::pNext = nullptr |
Definition at line 29175 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 29172 of file vulkan.hpp.
Referenced by operator==().
SurfaceFormatKHR VULKAN_HPP_NAMESPACE::SurfaceFormat2KHR::surfaceFormat |
Definition at line 29176 of file vulkan.hpp.
Referenced by operator==().