Fix #2163: improve comments for addProcess() and the preamble.

This commit is contained in:
John Kessenich 2020-03-30 00:27:31 -06:00
parent bfe4c5957f
commit 83855b97db
4 changed files with 12 additions and 4 deletions

View file

@ -1777,6 +1777,8 @@ void TShader::setSourceEntryPoint(const char* name)
sourceEntryPointName = name;
}
// Log initial settings and transforms.
// See comment for class TProcesses.
void TShader::addProcesses(const std::vector<std::string>& p)
{
intermediate->addProcesses(p);