Specialized Template Function gpa::playback::detail::MakeTuple< DepthStencilStateInfo >
Defined in File depth-stencil-state-info.h
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