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

Function Documentation

template<>
inline auto gpa::playback::detail::MakeTuple<SamplerInfo>(const SamplerInfo &samplerInfo)

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

Parameters

samplerInfo -- [in] The SamplerInfo to make a std::tuple<> of

Returns

The std::tuple<> of the given SamplerInfo