Searched defs:SurfaceFormatKHR (Results 1 – 1 of 1) sorted by relevance
89772 struct SurfaceFormatKHR struct89780 VULKAN_HPP_CONSTEXPR SurfaceFormatKHR(VULKAN_HPP_NAMESPACE::Format format_ = VULKAN_HPP_NAMESPACE::… in SurfaceFormatKHR() function89786 SurfaceFormatKHR( VkSurfaceFormatKHR const & rhs ) VULKAN_HPP_NOEXCEPT in SurfaceFormatKHR() function89796 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SurfaceFormatKHR const *>( &rhs ); in operator =()89801 operator VkSurfaceFormatKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormatKHR const&()89806 operator VkSurfaceFormatKHR &() VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormatKHR&()89817 reflect() const VULKAN_HPP_NOEXCEPT in reflect()89827 bool operator==( SurfaceFormatKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()89858 VULKAN_HPP_CONSTEXPR SurfaceFormat2KHR(VULKAN_HPP_NAMESPACE::SurfaceFormatKHR surfaceFormat_ = {}, … in SurfaceFormat2KHR()