Fix #2163: improve comments for addProcess() and the preamble.
This commit is contained in:
parent
bfe4c5957f
commit
83855b97db
4 changed files with 12 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue