Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23389 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
816e9bc90b
commit
98c2ef25de
28 changed files with 182 additions and 170 deletions
|
|
@ -389,7 +389,7 @@ bool DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNo
|
|||
infoSink.info << "Warning, version " << version << " is not yet complete; most features are present, but a few are missing.\n";
|
||||
break;
|
||||
default:
|
||||
infoSink.info << "Warning, version " << version << " is not yet complete; some version-specific are present, but many are missing.\n";
|
||||
infoSink.info << "Warning, version " << version << " is not yet complete; some version-specific features are present, but many are missing.\n";
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue