-
Technical task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
The 100es shader looks to be broken:
index-BzoQiseq.js:32 ERROR: 0:33: 'i_1' : Loop index cannot be initialized with non-constant expression
index-BzoQiseq.js:32 Source was:
index-BzoQiseq.js:32 #version 100
Since WebGL 2 / ES3 is the default now we can move to 300es shaders, which does support non-constant loop index initialization.