SPV: rationalize parameter handling for "original" and "writable" parameters.

This commit is contained in:
John Kessenich 2017-09-10 15:21:05 -06:00 committed by GregF
parent bed4e4f7e4
commit d41993d9d2
2 changed files with 31 additions and 28 deletions

View file

@ -1286,7 +1286,7 @@ protected:
};
typedef TVector<TIntermNode*> TIntermSequence;
typedef TVector<int> TQualifierList;
typedef TVector<TStorageQualifier> TQualifierList;
//
// Nodes that operate on an arbitrary sized set of children.
//