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

Function Documentation

template<>
inline auto gpa::playback::detail::MakeTuple<TextureInfo>(const TextureInfo &textureInfo)

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

Parameters

textureInfo -- [in] The TextureInfo to make a std::tuple<> of

Returns

The std::tuple<> of the given TextureInfo