Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.
WebGL trás graficos 3D para Web através da introduçãode uma API que está de acordo com OpenGL ES 2.0 que pode ser usada no HTML5 com a utilização do elemento canvas. Suporte para WebGL está presente a partir do Firefox 4 e Google Chrome 9.
drawingBufferWidth and drawingBufferHeight attributes
9.0 (9.0)
?
?
?
?
Gecko notes
WebGL debugging and testing
Starting with Gecko 10.0 (Firefox 10.0 / Thunderbird 10.0 / SeaMonkey 2.7), there are two preferences available which let you control the capabilities of WebGL for testing purposes:
webgl.min_capability_mode
A Boolean property that, when true, enables a minimum capability mode. When in this mode, WebGL is configured to only support the bare minimum feature set and capabilities required by the WebGL specification. This lets you ensure that your WebGL code will work on any device or browser, regardless of their capabilities. This is false by default.
webgl.disable_extensions
A Boolean property that, when true, disables all WebGL extensions. This is false by default.