SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkSurfaceFormatKHR const & () const | |
operator VkSurfaceFormatKHR & () | |
bool | operator== (SurfaceFormatKHR const &rhs) const |
bool | operator!= (SurfaceFormatKHR const &rhs) const |
Data Fields | |
Format | format |
ColorSpaceKHR | colorSpace |
Definition at line 29119 of file vulkan.hpp.
|
inline |
Definition at line 29126 of file vulkan.hpp.
|
inline |
Definition at line 29121 of file vulkan.hpp.
|
inline |
Definition at line 29137 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 29131 of file vulkan.hpp.
References colorSpace, and format.
Referenced by operator!=().
ColorSpaceKHR VULKAN_HPP_NAMESPACE::SurfaceFormatKHR::colorSpace |
Definition at line 29143 of file vulkan.hpp.
Referenced by operator==().
Format VULKAN_HPP_NAMESPACE::SurfaceFormatKHR::format |
Definition at line 29142 of file vulkan.hpp.
Referenced by operator==().