You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, Dartium 45 supports WebGL2 when configured properly.
To activate WebGL2 support launch dartium with "--enable-unsafe-es3-apis"
you may also need to enable the following under chrome://flags :
First try the straight up dart example/simple/simple.html in dartium - this should work
Next transpile the example with dart2js
make simple_example
which will print a url to try
that url works with dartium 45 but not on any current chrome version
Next transpile the example with ddc
make -f Makefile.lib simple_example
which will also print a url to try
that url works on recent chrome but not dartium 45