webgl: Implement getSupportedExtensions

This commit is contained in:
Emilio Cobos Álvarez 2015-11-08 16:12:41 +01:00
parent 63aa6862b4
commit b740b90b8d
2 changed files with 6 additions and 1 deletions

View file

@ -471,7 +471,7 @@ interface WebGLRenderingContextBase
[WebGLHandlesContextLoss] WebGLContextAttributes? getContextAttributes();
//[WebGLHandlesContextLoss] boolean isContextLost();
//sequence<DOMString>? getSupportedExtensions();
sequence<DOMString>? getSupportedExtensions();
object? getExtension(DOMString name);
void activeTexture(GLenum texture);