Front-end Arrays of arrays: Add ES-specific checks and tests. AoA should be quite close to done now.
This commit is contained in:
parent
a06bd527ca
commit
9312269d09
16 changed files with 742 additions and 33 deletions
|
|
@ -20,7 +20,7 @@ buffer ShaderStorageBlock
|
|||
|
||||
buffer InvalidShaderStorageBlock
|
||||
{
|
||||
float values[]; // ERROR
|
||||
float values[];
|
||||
int value;
|
||||
} invalid;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue