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