xuxiandi / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Implement new WebGL restrictions on struct nesting #235

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
New restrictions were added to WebGL limiting the nesting level of structs. 
These restrictions need to be implemented in the ANGLE shader translator when 
compiling to the WebGL spec.

Original issue reported on code.google.com by kbr@chromium.org on 26 Oct 2011 at 10:39

GoogleCodeExporter commented 9 years ago
Fixed in http://codereview.appspot.com/5327046 / 
http://code.google.com/p/angleproject/source/detail?r=809 .

Original comment by kbr@chromium.org on 31 Oct 2011 at 5:21