Articles tagged: API
Found 5012 documents
- Web/API/WebGLRenderingContext/getUniform The WebGLRenderingContext.getUniform() method of the WebGL API returns the value of a uniform ...
- Web/API/WebGLRenderingContext/getUniformLocation Part of the WebGL API, the WebGLRenderingContext method getUniformLocation() returns the ...
- Web/API/WebGLRenderingContext/getVertexAttrib The WebGLRenderingContext.getVertexAttrib() method of the WebGL API returns information about a ...
- Web/API/WebGLRenderingContext/getVertexAttribOffset The WebGLRenderingContext.getVertexAttribOffset() method of the WebGL API returns the address of ...
- Web/API/WebGLRenderingContext/hint The WebGLRenderingContext.hint() method of the WebGL API specifies hints for certain behaviors. ...
- Web/API/WebGLRenderingContext/isBuffer The WebGLRenderingContext.isBuffer() method of the WebGL API returns true if the passed ...
- Web/API/WebGLRenderingContext/isContextLost The WebGLRenderingContext.isContextLost() method returns a Boolean indicating whether or not the ...
- Web/API/WebGLRenderingContext/isEnabled The WebGLRenderingContext.isEnabled() method of the WebGL API tests whether a specific WebGL ...
- Web/API/WebGLRenderingContext/isFramebuffer The WebGLRenderingContext.isFramebuffer() method of the WebGL API returns true if the passed ...
- Web/API/WebGLRenderingContext/isProgram The WebGLRenderingContext.isProgram() method of the WebGL API returns true if the passed ...
- Web/API/WebGLRenderingContext/isRenderbuffer The WebGLRenderingContext.isRenderbuffer() method of the WebGL API returns true if the passed ...
- Web/API/WebGLRenderingContext/isShader The WebGLRenderingContext.isShader() method of the WebGL API returns true if the passed ...
- Web/API/WebGLRenderingContext/isTexture The WebGLRenderingContext.isTexture() method of the WebGL API returns true if the passed ...
- Web/API/WebGLRenderingContext/lineWidth The WebGLRenderingContext.lineWidth() method of the WebGL API sets the line width of rasterized ...
- Web/API/WebGLRenderingContext/linkProgram The WebGLRenderingContext.linkProgram() method of the WebGL API links a given WebGLProgram to ...
- Web/API/WebGLRenderingContext/pixelStorei The WebGLRenderingContext.pixelStorei() method of the WebGL API specifies the pixel storage modes.
- Web/API/WebGLRenderingContext/polygonOffset The WebGLRenderingContext.polygonOffset() method of the WebGL API specifies the scale factors ...
- Web/API/WebGLRenderingContext/readPixels The WebGLRenderingContext.readPixels() method of the WebGL API reads a block of pixels from a ...
- Web/API/WebGLRenderingContext/renderbufferStorage The WebGLRenderingContext.renderbufferStorage() method of the WebGL API creates and initializes ...
- Web/API/WebGLRenderingContext/sampleCoverage The WebGLRenderingContext.sampleCoverage() method of the WebGL API specifies multi-sample ...
- Web/API/WebGLRenderingContext/scissor The WebGLRenderingContext.scissor() method of the WebGL API sets a scissor box, which limits the ...
- Web/API/WebGLRenderingContext/shaderSource The WebGLRenderingContext.shaderSource() method of the WebGL API sets the source code of a ...
- Web/API/WebGLRenderingContext/stencilFunc The WebGLRenderingContext.stencilFunc() method of the WebGL API sets the front and back function ...
- Web/API/WebGLRenderingContext/stencilFuncSeparate The WebGLRenderingContext.stencilFuncSeparate() method of the WebGL API sets the front and/or ...
- Web/API/WebGLRenderingContext/stencilMask The WebGLRenderingContext.stencilMask() method of the WebGL API controls enabling and disabling ...
- Web/API/WebGLRenderingContext/stencilMaskSeparate The WebGLRenderingContext.stencilMaskSeparate() method of the WebGL API controls enabling and ...
- Web/API/WebGLRenderingContext/stencilOp The WebGLRenderingContext.stencilOp() method of the WebGL API sets both the front and ...
- Web/API/WebGLRenderingContext/stencilOpSeparate The WebGLRenderingContext.stencilOpSeparate() method of the WebGL API sets the front and/or ...
- Web/API/WebGLRenderingContext/texImage2D The WebGLRenderingContext.texImage2D() method of the WebGL API specifies a two-dimensional ...
- Web/API/WebGLRenderingContext/texParameter The WebGLRenderingContext.texParameter[fi]() methods of the WebGL API set texture parameters.
- Web/API/WebGLRenderingContext/texSubImage2D The WebGLRenderingContext.texSubImage2D() method of the WebGL API specifies a sub-rectangle of ...
- Web/API/WebGLRenderingContext/uniform The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of ...
- Web/API/WebGLRenderingContext/uniformMatrix The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values ...
- Web/API/WebGLRenderingContext/useProgram The WebGLRenderingContext.useProgram() method of the WebGL API sets the specified WebGLProgram ...
- Web/API/WebGLRenderingContext/validateProgram The WebGLRenderingContext.validateProgram() method of the WebGL API validates a WebGLProgram. It ...
- Web/API/WebGLRenderingContext/vertexAttrib The WebGLRenderingContext.vertexAttrib[1234]f[v]() methods of the WebGL API specify values for ...
- Web/API/WebGLRenderingContext/vertexAttribPointer The WebGLRenderingContext.vertexAttribPointer() method of the WebGL API specifies the memory ...
- Web/API/WebGLRenderingContext/viewport The WebGLRenderingContext.viewport() method of the WebGL API sets the viewport, which specifies ...
- Web/API/WebGLSampler The WebGLSampler interface is part of the WebGL 2 API and stores sampling parameters for ...
- Web/API/WebGLShaderPrecisionFormat The WebGLShaderPrecisionFormat interface is part of the WebGL API and represents the information ...
- Web/API/WebGLShaderPrecisionFormat/precision The read-only WebGLShaderPrecisionFormat.precision property returns the number of bits of ...
- Web/API/WebGLShaderPrecisionFormat/rangeMax The read-only WebGLShaderPrecisionFormat.rangeMax property returns the base 2 log of the ...
- Web/API/WebGLShaderPrecisionFormat/rangeMin The read-only WebGLShaderPrecisionFormat.rangeMin property returns the base 2 log of the ...
- Web/API/WebGLSync The WebGLSync interface is part of the WebGL 2 API and is used to synchronize activities between ...
- Web/API/WebGLTexture The WebGLTexture interface is part of the WebGL API and represents an opaque texture object ...
- Web/API/WebGLTransformFeedback The WebGLTransformFeedback interface is part of the WebGL 2 API and enables transform feedback, ...
- Web/API/WebGLUniformLocation The WebGLUniformLocation interface is part of the WebGL API and represents the location of a ...
- Web/API/WebGLVertexArrayObject The WebGLVertexArrayObject interface is part of the WebGL 2 API, represents vertex array objects ...
- Web/API/WebGL_API/Constants The WebGL API provides several constants that are passed into or returned by functions. All ...
- Web/API/WEBGL_color_buffer_float The WEBGL_color_buffer_float extension is part of the WebGL API and adds the ability to render ...
- Web/API/WEBGL_compressed_texture_astc The WEBGL_compressed_texture_astc extension is part of the WebGL API and exposes Adaptive ...
- Web/API/WEBGL_compressed_texture_astc/getSupportedProfiles The WEBGL_compressed_texture_astc.getSupportedProfiles() method returns an array of strings ...
- Web/API/WEBGL_compressed_texture_atc The WEBGL_compressed_texture_atc extension is part of the WebGL API and exposes 3 ATC compressed ...
- Web/API/WEBGL_compressed_texture_etc The WEBGL_compressed_texture_etc extension is part of the WebGL API and exposes 10 ETC/EAC ...
- Web/API/WEBGL_compressed_texture_etc1 The WEBGL_compressed_texture_etc1 extension is part of the WebGL API and exposes the ETC1 ...
- Web/API/WEBGL_compressed_texture_pvrtc The WEBGL_compressed_texture_pvrtc extension is part of the WebGL API and exposes four PVRTC ...
- Web/API/WEBGL_compressed_texture_s3tc The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC ...
- Web/API/WEBGL_compressed_texture_s3tc_srgb The WEBGL_compressed_texture_s3tc_srgb extension is part of the WebGL API and exposes four S3TC ...
- Web/API/WEBGL_debug_renderer_info The WEBGL_debug_renderer_info extension is part of the WebGL API and exposes two constants with ...
- Web/API/WEBGL_debug_shaders The WEBGL_debug_shaders extension is part of the WebGL API and exposes a method to debug shaders ...
- Web/API/WEBGL_debug_shaders/getTranslatedShaderSource The WEBGL_debug_shaders.getTranslatedShaderSource() method is part of the WebGL API and allows ...
- Web/API/WEBGL_depth_texture The WEBGL_depth_texture extension is part of the WebGL API and defines 2D depth and ...
- Web/API/WEBGL_draw_buffers The WEBGL_draw_buffers extension is part of the WebGL API and enables a fragment shader to write ...
- Web/API/WEBGL_draw_buffers/drawBuffersWEBGL The WEBGL_draw_buffers.drawBuffersWEBGL() method is part of the WebGL API and allows you to ...
- Web/API/WEBGL_lose_context The WEBGL_lose_context extension is part of the WebGL API and exposes functions to simulate ...
- Web/API/WEBGL_lose_context/loseContext The WEBGL_lose_context.loseContext() method is part of the WebGL API and allows you to simulate ...
- Web/API/WEBGL_lose_context/restoreContext The WEBGL_lose_context.restoreContext() method is part of the WebGL API and allows you to ...
- Web/API/WebRTC_API WebRTC (Web Real-Time Communications) is a technology which enables Web applications and sites ...
- Web/API/WebRTC_API/adapter.js The WebRTC organization provides on GitHub the WebRTC adapter to work around compatibility ...
- Web/API/WebRTC_API/Connectivity This article describes how the various WebRTC-related protocols interact with one another in ...
- Web/API/WebRTC_API/High-level_guide WebRTC (Web Real-Time Communications) is a broad, multi-component system for setting up and ...
- Web/API/WebRTC_API/Protocols This article introduces the protocols on top of which the WebRTC API is built.
- Web/API/WebRTC_API/Signaling_and_video_calling WebRTC allows real-time, peer-to-peer, media exchange; via a discovery and negotiation process ...
- Web/API/WebRTC_API/Simple_RTCDataChannel_sample The RTCDataChannel interface is a feature of the WebRTC API which lets you open a channel ...
- Web/API/WebRTC_API/Taking_still_photos This article shows how to use WebRTC to access the camera on a computer or mobile phone with ...
- Web/API/WebRTC_API/Using_DTMF In order to more fully support audio/video conferencing, WebRTC supports sending DTMF to the ...
- Web/API/WebSocket The WebSocket object provides the API for creating and managing a WebSocket connection to a ...
- Web/API/WebVR_API WebVR provides support for exposing virtual reality devices — for example head-mounted displays ...
- Web/API/WebVR_API/Using_the_WebVR_API This article has given you the very basics of how to create a simple WebVR 1.1 app, to help you ...
- Web/API/WebVTT_API Web Video Text Tracks Format (WebVTT) is a format for displaying timed text tracks (such as ...
- Web/API/Web_Animations_API The Web Animations API provides a common language for browsers and developers to describe ...
- Web/API/Web_Animations_API/Keyframe_Formats Element.animate(), KeyframeEffectReadOnly.KeyframeEffectReadOnly(), ...
- Web/API/Web_Audio_API The Web Audio API provides a powerful and versatile system for controlling audio on the Web, ...
- Web/API/Web_Audio_API/Porting_webkitAudioContext_code_to_standards_based_AudioContext The Web Audio standard was first implemented in WebKit, and the implementation was built in ...
- Web/API/Web_Audio_API/Using_Web_Audio_API The Web Audio API provides a simple yet powerful mechanism to implement and manipulate audio ...
- Web/API/Web_Audio_API/Visualizations_with_Web_Audio_API To extract data from your audio source, you need an AnalyserNode, which is created using the ...
- Web/API/Web_Bluetooth_API [1] Behind a flag. Chrome OS only.
- Web/API/Web_Budget_API TBD
- Web/API/Web_Crypto_API The Web Crypto API is an interface allowing a script to use cryptographic primitives in order to ...
- Web/API/Web_Crypto_API/Supported_algorithms Different algorithms are supported for the different functions provided by the Web Crypto API. ...
- Web/API/Web_Speech_API The Web Speech API makes web apps able to handle voice data. There are two components to this API:
- Web/API/Web_Speech_API/Using_the_Web_Speech_API The Web Speech API provides two distinct areas of functionality — speech recognition, and speech ...
- Web/API/Web_Storage_API The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much ...
- Web/API/Web_Storage_API/Using_the_Web_Storage_API Storage objects are simple key-value stores, similar to objects, but they stay intact through ...
- Web/API/Web_Workers_API Web Workers makes it possible to run a script operation in background thread separate from the ...
- Web/API/WheelEvent The WheelEvent interface represents events that occur due to the user moving a mouse wheel or ...
- Web/API/WheelEvent/deltaMode The WheelEvent.deltaMode read-only property returns an unsigned long representing the unit of ...
- Web/API/WheelEvent/deltaX The WheelEvent.deltaX read-only property is a double representing the horizontal scroll amount ...
- Web/API/WheelEvent/deltaY The WheelEvent.deltaY read-only property is a double representing the vertical scroll amount in ...
- Web/API/Window The window object represents a window containing a DOM document; the document property points to ...