Change warning to error for use of double underscore.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@21765 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
8d00fd0e29
commit
0f359f0e35
2 changed files with 7 additions and 7 deletions
|
|
@ -55,8 +55,9 @@
|
|||
//
|
||||
void TIntermMethod::traverse(TIntermTraverser* it)
|
||||
{
|
||||
// TODO: functionality: current tree should always resolve all methods as constants
|
||||
// 4.3 will leave some length methods as methods
|
||||
// Tree should always resolve all methods as constants
|
||||
|
||||
// TODO: 4.3 functionality: some .length() will stay as methods
|
||||
}
|
||||
|
||||
void TIntermSymbol::traverse(TIntermTraverser* it)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue