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

Function Documentation

template<>
inline auto gpa::playback::detail::MakeTuple<RasterizerStateInfo>(const RasterizerStateInfo &rasterizerStateInfo)

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

Parameters

rasterizerStateInfo -- [in] The RasterizerStateInfo to make a std::tuple<> of

Returns

The std::tuple<> of the given RasterizerStateInfo