Home
last modified time | relevance | path

Searched defs:SurfaceFormat2KHR (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp89849 struct SurfaceFormat2KHR struct
89858 VULKAN_HPP_CONSTEXPR SurfaceFormat2KHR(VULKAN_HPP_NAMESPACE::SurfaceFormatKHR surfaceFormat_ = {}, … in SurfaceFormat2KHR() function
89864 SurfaceFormat2KHR( VkSurfaceFormat2KHR const & rhs ) VULKAN_HPP_NOEXCEPT in SurfaceFormat2KHR() function
89874 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SurfaceFormat2KHR const *>( &rhs ); in operator =()
89879 operator VkSurfaceFormat2KHR const &() const VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormat2KHR const&()
89884 operator VkSurfaceFormat2KHR &() VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormat2KHR&()
89895 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
89905 bool operator==( SurfaceFormat2KHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
89916 bool operator!=( SurfaceFormat2KHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
89923 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eSurfaceFormat2KHR;
[all …]