Platform/GFX/WebGL2: Difference between revisions

Jump to navigation Jump to search
m
Line 20: Line 20:


=== Playground - How to create a WebGL 2 context ===
=== Playground - How to create a WebGL 2 context ===
DON'T TRY IT YET. Still waiting for a patch landing.
==== 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 open the Firefox nightly in a separated configuration called "webgl2_config".
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 ====
Confirmed users
188

edits

Navigation menu