Array of array: Implement the core functionality: types, constructors, operations.
There will be subsequent commits to refine semantics, esp. version-specific semantics, as well as I/O functionality and restrictions. Note: I'm getting white-space differences in the preprocessor test results, which I'm not checking in. I think they need to be tagged as binary or something.
This commit is contained in:
parent
b35483587f
commit
65c78a0b62
23 changed files with 1344 additions and 185 deletions
|
|
@ -9,7 +9,6 @@ ERROR: 0:58: 'sampler/image' : type requires declaration of default precision qu
|
|||
ERROR: 0:67: 'textureSamples' : no matching overloaded function found
|
||||
ERROR: 0:72: 'out' : cannot be bool
|
||||
ERROR: 0:73: 'sampler2D' : sampler/image types can only be used in uniform variables or function parameters: outo
|
||||
WARNING: 0:75: 'Not supported yet.' : arrays of arrays
|
||||
ERROR: 0:75: 'vertex-shader array-of-array output' : not supported with this profile: es
|
||||
ERROR: 0:78: 'vertex-shader array-of-struct output' : not supported with this profile: es
|
||||
ERROR: 0:79: 'vertex-shader array-of-struct output' : not supported with this profile: es
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue