Web: Add SSBOs and a few other missing compute features.

This commit is contained in:
John Kessenich 2019-10-17 07:08:40 -06:00
parent 51ed01c877
commit 3dd1ce5b54
11 changed files with 1612 additions and 1502 deletions

View file

@ -182,9 +182,10 @@ extern int yydebug;
DEFAULT = 392,
UNIFORM = 393,
SHARED = 394,
FLAT = 395,
SMOOTH = 396,
LAYOUT = 397
BUFFER = 395,
FLAT = 396,
SMOOTH = 397,
LAYOUT = 398
};
#endif
@ -229,7 +230,7 @@ union YYSTYPE
glslang::TArraySizes* typeParameters;
} interm;
#line 233 "MachineIndependent/glslang_tab.cpp.h" /* yacc.c:1909 */
#line 234 "MachineIndependent/glslang_tab.cpp.h" /* yacc.c:1909 */
};
typedef union YYSTYPE YYSTYPE;