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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user