Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkSurfaceFormatKHR |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | SurfaceFormatKHR (vk::Format format_=vk::Format::eUndefined, vk::ColorSpaceKHR colorSpace_=vk::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 | |
vk::Format | format = vk::Format::eUndefined |
vk::ColorSpaceKHR | colorSpace = vk::ColorSpaceKHR::eSrgbNonlinear |
Definition at line 110162 of file vulkan_structs.hpp.
Definition at line 110164 of file vulkan_structs.hpp.
|
inline |
Definition at line 110168 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 110177 of file vulkan_structs.hpp.
|
inline |
Definition at line 110193 of file vulkan_structs.hpp.
|
inline |
Definition at line 110188 of file vulkan_structs.hpp.
|
inline |
Definition at line 110222 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 110182 of file vulkan_structs.hpp.
|
inline |
Definition at line 110213 of file vulkan_structs.hpp.
vk::ColorSpaceKHR vk::SurfaceFormatKHR::colorSpace = vk::ColorSpaceKHR::eSrgbNonlinear |
Definition at line 110230 of file vulkan_structs.hpp.
vk::Format vk::SurfaceFormatKHR::format = vk::Format::eUndefined |
Definition at line 110229 of file vulkan_structs.hpp.