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

Function Documentation

template<>
inline auto gpa::playback::detail::MakeTuple<RaygenShaderTableInfo>(const RaygenShaderTableInfo &shaderTableInfo)

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

Parameters

RaygenShaderTableInfo -- The RaygenShaderTableInfo to make a std::tuple<> of

Returns

The std::tuple<> of the given RaygenShaderTableInfo