Expose webgl exts for BPTC and RGTC
Categories
(Core :: Graphics: CanvasWebGL, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Assignee | ||
Comment 1•6 years ago
|
||
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Documentation work:
Extension mentioned on
https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API#Extensions
https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Using_Extensions
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getSupportedExtensions
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getExtension
New reference pages
https://developer.mozilla.org/en-US/docs/Web/API/EXT_texture_compression_bptc
https://developer.mozilla.org/en-US/docs/Web/API/EXT_texture_compression_rgtc
Mentioned new formats on
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/compressedTexImage2D
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/compressedTexSubImage2D
Release notes
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/65#Canvas_and_WebGL
Compat data
https://github.com/mdn/browser-compat-data/pull/3559
I'm not at all a compression or WebGL expert, so a review would be appreciated, :jgilbert.
Updated•6 years ago
|
Description
•