Confirmed users
188
edits
m (→Download) |
m (→Configure it) |
||
Line 37: | Line 37: | ||
Access to about:config in the url bar. | Access to about:config in the url bar. | ||
Search for webgl.enable-draft-extensions and set it to true. That will let you use [http://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/ WEBGL_draw_buffers] that is natively supported by WebGL 2. | |||
Right click -> New -> Boolean and enter webgl.enable-prototype-webgl2. Make sure that it's set to true. To disable WebGL 2 prototype, just set it to false, and you won't be able to create WebGL 2 context anymore. | Right click -> New -> Boolean and enter webgl.enable-prototype-webgl2. Make sure that it's set to true. To disable WebGL 2 prototype, just set it to false, and you won't be able to create WebGL 2 context anymore. |