Fix scope definition in ES 100. (#2379)
* Remove image2DShadow and other 3 tokens. Refine codes. Remove image2DShadow and other 3 tokens. Refine codes. * 110scope.vert has redefinition part of what's removed from 100scope.vert
This commit is contained in:
parent
f8a5602c55
commit
3933d7d414
6 changed files with 91 additions and 26 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
int f(int a, int b, int c)
|
||||
{
|
||||
int a = b; // ERROR, redefinition
|
||||
int a = b;
|
||||
|
||||
{
|
||||
float a = float(a) + 1.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue