Specialized Template Function gpa::playback::detail::MakeTuple< RenderTargetInfo >
Defined in File render-target-info.h
Function Documentation
-
template<>
inline auto gpa::playback::detail::MakeTuple<RenderTargetInfo>(const RenderTargetInfo &renderTargetInfo) Gets a std::tuple<> of a given RenderTargetInfo for use in comparison operators.
- Parameters
renderTargetInfo -- [in] The RenderTargetInfo to make a std::tuple<> of
- Returns
The std::tuple<> of the given RenderTargetInfo