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

Function Documentation

template<>
inline auto gpa::playback::detail::MakeTuple<PipelineConstantInfo>(const PipelineConstantInfo &pipelineConstantInfo)

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

Parameters

pipelineConstantInfo -- [in] The PipelineConstantInfo to make a std::tuple<> of

Returns

The std::tuple<> of the given PipelineConstantInfo