[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
Many thanks for this work, Jon.
Let's mention that this extension is already available in recent revisions of WebKit with WEBKIT_ prefix.
Thanks also to Gregg for the draft and the conformance tests.
Benoit
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