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