Function gpa::playback::MakeShaderTableInfoTuple

Function Documentation

inline auto gpa::playback::MakeShaderTableInfoTuple(const ShaderTableInfo &shaderTableInfo)

Gets a std::tuple<> of a given ShaderTableInfo for use in MakeTuple<> templates.

Parameters

ShaderTableDerivedType -- [in] The ShaderTableInfo to make a std::tuple<> of

Returns

The std::tuple<> of the given ShaderTableInfo