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
|
|
@ -224,6 +224,7 @@ struct TArraySizes {
|
|||
|
||||
return false;
|
||||
}
|
||||
bool isImplicit() const { return getOuterSize() == UnsizedArraySize || isInnerImplicit(); }
|
||||
void addOuterSizes(const TArraySizes& s) { sizes.push_front(s.sizes); }
|
||||
void dereference() { sizes.pop_front(); }
|
||||
void copyDereferenced(const TArraySizes& rhs)
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
// For the version, it uses the latest git tag followed by the number of commits.
|
||||
// For the date, it uses the current date (when then script is run).
|
||||
|
||||
#define GLSLANG_REVISION "3.0.747"
|
||||
#define GLSLANG_REVISION "3.0.748"
|
||||
#define GLSLANG_DATE "11-Sep-2015"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue