Implement 1.20 style function signature matching under implicit conversion. This was the last key unimplemented feature of versions 120 through 330.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23798 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
8cbd18ecaa
commit
0d22e31c75
36 changed files with 323 additions and 65 deletions
|
|
@ -378,10 +378,11 @@ bool DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNo
|
|||
switch(version) {
|
||||
case 100:
|
||||
case 300:
|
||||
// versions are complete
|
||||
break;
|
||||
|
||||
case 110:
|
||||
case 120:
|
||||
// versions are complete
|
||||
break;
|
||||
case 130:
|
||||
case 140:
|
||||
infoSink.info << "Warning, version " << version << " is not yet complete; most features are present, but a few are missing.\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue