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:
Chow
2020-09-14 22:00:48 +08:00
committed by GitHub
parent f8a5602c55
commit 3933d7d414
6 changed files with 91 additions and 26 deletions

View File

@@ -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;