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

Function Documentation

template<>
inline auto gpa::playback::detail::MakeTuple<DepthStencilStateInfo>(const DepthStencilStateInfo &depthStencilState)

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

Parameters

depthStencilState -- [in] The DepthStencilStateInfo to make a std::tuple<> of

Returns

The std::tuple<> of the given DepthStencilStateInfo