Specialized Template Function gpa::playback::detail::MakeTuple< SwapchainInfo >
Defined in File swapchain-info.h
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