web-api-manager/data/standards/WEBGL.json

1 line
6.7 KiB
JSON
Raw Normal View History

2017-09-12 22:34:25 +00:00
{"info": {"name": "WebGL Specification", "subsection_number": null, "subsection_name": null, "url": "https://www.khronos.org/registry/webgl/specs/latest/1.0/"}, "features": ["WebGLRenderingContext.prototype.activeTexture", "WebGLRenderingContext.prototype.attachShader", "WebGLRenderingContext.prototype.bindAttribLocation", "WebGLRenderingContext.prototype.bindBuffer", "WebGLRenderingContext.prototype.bindFramebuffer", "WebGLRenderingContext.prototype.bindRenderbuffer", "WebGLRenderingContext.prototype.bindTexture", "WebGLRenderingContext.prototype.blendColor", "WebGLRenderingContext.prototype.blendEquation", "WebGLRenderingContext.prototype.blendEquationSeparate", "WebGLRenderingContext.prototype.blendFunc", "WebGLRenderingContext.prototype.blendFuncSeparate", "WebGLRenderingContext.prototype.bufferData", "WebGLRenderingContext.prototype.bufferSubData", "WebGLRenderingContext.prototype.checkFramebufferStatus", "WebGLRenderingContext.prototype.clear", "WebGLRenderingContext.prototype.clearColor", "WebGLRenderingContext.prototype.clearDepth", "WebGLRenderingContext.prototype.clearStencil", "WebGLRenderingContext.prototype.colorMask", "WebGLRenderingContext.prototype.compileShader", "WebGLRenderingContext.prototype.compressedTexImage2D", "WebGLRenderingContext.prototype.compressedTexSubImage2D", "WebGLRenderingContext.prototype.copyTexImage2D", "WebGLRenderingContext.prototype.copyTexSubImage2D", "WebGLRenderingContext.prototype.createBuffer", "WebGLRenderingContext.prototype.createFramebuffer", "WebGLRenderingContext.prototype.createProgram", "WebGLRenderingContext.prototype.createRenderbuffer", "WebGLRenderingContext.prototype.createShader", "WebGLRenderingContext.prototype.createTexture", "WebGLRenderingContext.prototype.cullFace", "WebGLRenderingContext.prototype.deleteBuffer", "WebGLRenderingContext.prototype.deleteFramebuffer", "WebGLRenderingContext.prototype.deleteProgram", "WebGLRenderingContext.prototype.deleteRenderbuffer", "WebGLRenderingContext.prototype.deleteShader", "WebGLRenderingContext.prototype.deleteTexture", "WebGLRenderingContext.prototype.depthFunc", "WebGLRenderingContext.prototype.depthMask", "WebGLRenderingContext.prototype.depthRange", "WebGLRenderingContext.prototype.detachShader", "WebGLRenderingContext.prototype.disable", "WebGLRenderingContext.prototype.disableVertexAttribArray", "WebGLRenderingContext.prototype.drawArrays", "WebGLRenderingContext.prototype.drawElements", "WebGLRenderingContext.prototype.enable", "WebGLRenderingContext.prototype.enableVertexAttribArray", "WebGLRenderingContext.prototype.finish", "WebGLRenderingContext.prototype.flush", "WebGLRenderingContext.prototype.framebufferRenderbuffer", "WebGLRenderingContext.prototype.framebufferTexture2D", "WebGLRenderingContext.prototype.frontFace", "WebGLRenderingContext.prototype.generateMipmap", "WebGLRenderingContext.prototype.getActiveAttrib", "WebGLRenderingContext.prototype.getActiveUniform", "WebGLRenderingContext.prototype.getAttachedShaders", "WebGLRenderingContext.prototype.getAttribLocation", "WebGLRenderingContext.prototype.getBufferParameter", "WebGLRenderingContext.prototype.getContextAttributes", "WebGLRenderingContext.prototype.getError", "WebGLRenderingContext.prototype.getExtension", "WebGLRenderingContext.prototype.getFramebufferAttachmentParameter", "WebGLRenderingContext.prototype.getParameter", "WebGLRenderingContext.prototype.getProgramInfoLog", "WebGLRenderingContext.prototype.getProgramParameter", "WebGLRenderingContext.prototype.getRenderbufferParameter", "WebGLRenderingContext.prototype.getShaderInfoLog", "WebGLRenderingContext.prototype.getShaderParameter", "WebGLRenderingContext.prototype.getShaderPrecisionFormat", "WebGLRenderingContext.prototype.getShaderSource", "WebGLRenderingContext.prototype.getSupportedExtensions", "WebGLRenderingContext.prototype.getTexParameter", "WebGLRenderingContext.prototype.getUniform", "WebGLRenderingContext.prototype.getUniformLocation", "WebGLRenderingContext.prototype.getVertexAttrib", "WebGLRenderingContext.prototype.getVertexAttribOffset", "WebGLRenderingContext.pro