Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(801)

Unified Diff: src/compiler/ParseHelper.h

Issue 4428058: Implement shader identifier name mapping. (Closed) Base URL: http://angleproject.googlecode.com/svn/trunk/
Patch Set: '' Created 12 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/MapLongVariableNames.cpp ('k') | src/compiler/ParseHelper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/ParseHelper.h
===================================================================
--- src/compiler/ParseHelper.h (revision 618)
+++ src/compiler/ParseHelper.h (working copy)
@@ -81,7 +81,7 @@
bool parameterSamplerErrorCheck(int line, TQualifier qualifier, const TType& type);
bool containsSampler(TType& type);
bool nonInitConstErrorCheck(int line, TString& identifier, TPublicType& type);
- bool nonInitErrorCheck(int line, TString& identifier, TPublicType& type);
+ bool nonInitErrorCheck(int line, TString& identifier, TPublicType& type, TVariable*& variable);
bool paramErrorCheck(int line, TQualifier qualifier, TQualifier paramQualifier, TType* type);
bool extensionErrorCheck(int line, const TString&);
const TFunction* findFunction(int line, TFunction* pfnCall, bool *builtIn = 0);
« no previous file with comments | « src/compiler/MapLongVariableNames.cpp ('k') | src/compiler/ParseHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b