Confirmed users
188
edits
Line 20: | Line 20: | ||
=== Playground - How to create a WebGL 2 context === | === Playground - How to create a WebGL 2 context === | ||
==== Download ==== | ==== Download ==== | ||
Download the [http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central/ latest nightly] or clone and build mozilla central with the --enable-debug flag by following [https://developer.mozilla.org/en/docs/Developer_Guide/Source_Code/Mercurial this tutorial] (the second solution would be longer). | Download the [http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central/ latest nightly] or clone and build mozilla central with the --enable-debug flag by following [https://developer.mozilla.org/en/docs/Developer_Guide/Source_Code/Mercurial this tutorial] (the second solution would be longer). | ||
Line 28: | Line 26: | ||
Open your favorite command line editor and run the Firefox executable with followed parameters : | Open your favorite command line editor and run the Firefox executable with followed parameters : | ||
-P webgl2_config -no-remote | -P webgl2_config -no-remote | ||
That will | On mac : | ||
./FirefoxNightly.app/Contents/MacOS/firefox -P webgl2_config -no-remote | |||
That will let you run Firefox nightly in a separated configuration. | |||
==== Configure it ==== | ==== Configure it ==== |