Specialized Template Function gpa::playback::detail::MakeTuple< SwapchainInfo >

Function Documentation

template<>
inline auto gpa::playback::detail::MakeTuple<SwapchainInfo>(const SwapchainInfo &swapchainInfo)

Gets a std::tuple<> of a given SwapchainInfo for use in comparison operators.

Parameters

swapchainInfo -- [in] The SwapchainInfo to make a std::tuple<> of

Returns

The std::tuple<> of the given SwapchainInfo