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