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
|
|
@ -427,3 +427,5 @@ layout(blend_support_hsl_luminosity) struct badS {int i;}; // ERROR, only on
|
|||
layout(blend_support_hsl_luminosity) void blendFoo() { } // ERROR, only on standalone
|
||||
void blendFoo(layout(blend_support_hsl_luminosity) vec3 v) { } // ERROR, only on standalone
|
||||
layout(blend_support_flizbit) out; // ERROR, no flizbit
|
||||
|
||||
out vec4 outAA[2][2]; // ERROR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue