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