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

Function Documentation

template<>
inline auto gpa::playback::detail::MakeTuple<IndexBufferInfo>(const IndexBufferInfo &indexBufferInfo)

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

Parameters

indexBufferInfo -- [in] The IndexBufferInfo to make a std::tuple<> of

Returns

The std::tuple<> of the given IndexBufferInfo