[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Public WebGL] WEBGL_compressed_texture_s3tc is now enabled in Firefox Nightly
It should be ubiquitous, or near-ubiquitous, on desktop machines.
The problem is mobile devices. They support different compressed texture formats (PVRTC, ATC) which we'll have to expose as separate extensions. That's not great, but we didn't see a better solution.
Benoit
Any ideas how widely supported this extension is on desktop machines?
Ashley
On 9 May 2012 15:57, Jon Buckley
<jon@jbuckley.ca> wrote:
Hello everyone, I'm happy to announce that the
WEBGL_compressed_texture_s3tc extension has been enabled in today's Firefox Nightly. If you would like to try it out, please download at http://nightly.mozilla.org. As it's still a draft extension, it's vendor-prefixed with MOZ_, so you need to use the string "MOZ_WEBGL_compressed_texture_s3tc" to enable it in your code.
Here are some links to test it out:
Thanks, Jon