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