Specialized Template Function gpa::playback::detail::MakeTuple< VertexBufferInfo >
Defined in File vertex-buffer-info.h
Function Documentation
-
template<>
inline auto gpa::playback::detail::MakeTuple<VertexBufferInfo>(const VertexBufferInfo &vertexBufferInfo) Gets a std::tuple<> of a given VertexBufferInfo for use in comparison operators.
- Parameters
vertexBufferInfo -- [in] The VertexBufferInfo to make a std::tuple<> of
- Returns
The std::tuple<> of the given VertexBufferInfo