|
HDK
|
#include <vulkan_structs.hpp>
Public Types | |
| using | NativeType = VkSurfaceFormatKHR |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | SurfaceFormatKHR (VULKAN_HPP_NAMESPACE::Format format_=VULKAN_HPP_NAMESPACE::Format::eUndefined, VULKAN_HPP_NAMESPACE::ColorSpaceKHR colorSpace_=VULKAN_HPP_NAMESPACE::ColorSpaceKHR::eSrgbNonlinear) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | SurfaceFormatKHR (SurfaceFormatKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
| SurfaceFormatKHR (VkSurfaceFormatKHR const &rhs) VULKAN_HPP_NOEXCEPT | |
| SurfaceFormatKHR & | operator= (SurfaceFormatKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
| SurfaceFormatKHR & | operator= (VkSurfaceFormatKHR const &rhs) VULKAN_HPP_NOEXCEPT |
| operator VkSurfaceFormatKHR const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkSurfaceFormatKHR & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (SurfaceFormatKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (SurfaceFormatKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
| VULKAN_HPP_NAMESPACE::Format | format = VULKAN_HPP_NAMESPACE::Format::eUndefined |
| VULKAN_HPP_NAMESPACE::ColorSpaceKHR | colorSpace = VULKAN_HPP_NAMESPACE::ColorSpaceKHR::eSrgbNonlinear |
Definition at line 94996 of file vulkan_structs.hpp.
Definition at line 94998 of file vulkan_structs.hpp.
|
inline |
Definition at line 95002 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 95011 of file vulkan_structs.hpp.
|
inline |
Definition at line 95027 of file vulkan_structs.hpp.
|
inline |
Definition at line 95022 of file vulkan_structs.hpp.
|
inline |
Definition at line 95056 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 95016 of file vulkan_structs.hpp.
|
inline |
Definition at line 95047 of file vulkan_structs.hpp.
| VULKAN_HPP_NAMESPACE::ColorSpaceKHR VULKAN_HPP_NAMESPACE::SurfaceFormatKHR::colorSpace = VULKAN_HPP_NAMESPACE::ColorSpaceKHR::eSrgbNonlinear |
Definition at line 95064 of file vulkan_structs.hpp.
| VULKAN_HPP_NAMESPACE::Format VULKAN_HPP_NAMESPACE::SurfaceFormatKHR::format = VULKAN_HPP_NAMESPACE::Format::eUndefined |
Definition at line 95063 of file vulkan_structs.hpp.