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
|
|
@ -162,7 +162,10 @@ struct TXfbBuffer {
|
|||
#endif
|
||||
|
||||
// Track a set of strings describing how the module was processed.
|
||||
// Using the form:
|
||||
// This includes command line options, transforms, etc., ideally inclusive enough
|
||||
// to reproduce the steps used to transform the input source to the output.
|
||||
// E.g., see SPIR-V OpModuleProcessed.
|
||||
// Each "process" or "transform" uses is expressed in the form:
|
||||
// process arg0 arg1 arg2 ...
|
||||
// process arg0 arg1 arg2 ...
|
||||
// where everything is textual, and there can be zero or more arguments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue