Articles tagged: API
Found 5012 documents
- Web/API/VREyeParameters The VREyeParameters interface of the WebVR API represents all the information required to ...
- Web/API/VREyeParameters/fieldOfView The fieldOfView read-only property of the VREyeParameters interface returns a VRFieldOfView ...
- Web/API/VREyeParameters/maximumFieldOfView The maximumFieldOfView read-only property of the VREyeParameters interface describes the maximum ...
- Web/API/VREyeParameters/minimumFieldOfView The minimumFieldOfView read-only property of the VREyeParameters interface describes the minimum ...
- Web/API/VREyeParameters/offset The offset read-only property of the VREyeParameters interface r epresents the o ffset from the ...
- Web/API/VREyeParameters/recommendedFieldOfView The recommendedFieldOfView read-only property of the VREyeParameters interface describes the ...
- Web/API/VREyeParameters/renderHeight The renderHeight read-only property of the VREyeParameters interface describes the recommended ...
- Web/API/VREyeParameters/renderRect The renderRect read-only property of the VREyeParameters interface specifies the viewport of a ...
- Web/API/VREyeParameters/renderWidth The renderWidth read-only property of the VREyeParameters interface describes the recommended ...
- Web/API/VRFieldOfView The VRFieldOfView interface of the WebVR API represents a field of view defined by 4 different ...
- Web/API/VRFieldOfView/downDegrees The downDegrees read-only property of the VRFieldOfView interface returns the number of degrees ...
- Web/API/VRFieldOfView/leftDegrees The leftDegrees read-only property of the VRFieldOfView interface returns the number of degrees ...
- Web/API/VRFieldOfView/rightDegrees The rightDegrees read-only property of the VRFieldOfView interface returns the number of degrees ...
- Web/API/VRFieldOfView/upDegrees The upDegrees read-only property of the VRFieldOfView interface returns the number of degrees ...
- Web/API/VRFieldOfView/VRFieldOfView The VRFieldOfView() constructor creates a new VRFieldOFView object.
- Web/API/VRFieldOfViewReadOnly The VRFieldOfViewReadOnly interface of the WebVR API contains the raw definition for the degree ...
- Web/API/VRFrameData The VRFrameData interface of the WebVR API represents all the information needed to render a ...
- Web/API/VRFrameData/leftProjectionMatrix The leftProjectionMatrix read-only property of the VRFrameData interface returns a Float32Array ...
- Web/API/VRFrameData/leftViewMatrix The leftViewMatrix read-only property of the VRFrameData interface returns a Float32Array ...
- Web/API/VRFrameData/pose The pose read-only property of the VRFrameData interface returns the VRPose of the VRDisplay at ...
- Web/API/VRFrameData/rightProjectionMatrix The rightProjectionMatrix read-only property of the VRFrameData interface returns a Float32Array ...
- Web/API/VRFrameData/rightViewMatrix The rightViewMatrix read-only property of the VRFrameData interface returns a Float32Array ...
- Web/API/VRFrameData/timestamp The timestamp read-only property of the VRFrameData interface returns a constantly increasing ...
- Web/API/VRFrameData/VRFrameData The VRFrameData constructor creates a VRFrameData object instance.
- Web/API/VRLayerInit The VRLayerInit interface (dictionary) of the WebVR API represents a content layer (an ...
- Web/API/VRLayerInit/leftBounds The leftBounds property of the VRLayerInit interface (dictionary) defines the left texture ...
- Web/API/VRLayerInit/rightBounds The rightBounds property of the VRLayerInit interface (dictionary) defines the right texture ...
- Web/API/VRLayerInit/source The source property of the VRLayerInit interface (dictionary) defines the canvas whose contents ...
- Web/API/VRPose The VRPose interface of the WebVR API represents the state of a VR sensor at a given timestamp ...
- Web/API/VRPose/angularAcceleration The angularAcceleration read-only property of the VRPose interface returns an array representing ...
- Web/API/VRPose/angularVelocity The angularVelocity read-only property of the VRPose interface returns an array representing the ...
- Web/API/VRPose/hasOrientation The hasOrientation read-only property of the VRPositionState interface returns a boolean ...
- Web/API/VRPose/hasPosition The hasPosition read-only property of the VRPositionState interface returns a boolean indicating ...
- Web/API/VRPose/linearAcceleration The linearAcceleration read-only property of the VRPose interface returns an array representing ...
- Web/API/VRPose/linearVelocity The linearVelocity read-only property of the VRPose interface returns an array representing the ...
- Web/API/VRPose/orientation The orientation read-only property of the VRPositionState interface returns the orientation of ...
- Web/API/VRPose/position The position read-only property of the VRPose interface returns the position of the VRDisplay at ...
- Web/API/VRPose/timeStamp The timestamp read-only property of the VRPose interface returns the current time stamp of the ...
- Web/API/VRStageParameters The VRStageParameters interface of the WebVR API represents the values describing the the stage ...
- Web/API/VRStageParameters/sittingToStandingTransform The sittingToStandingTransform read-only property of the VRStageParameters interface contains a ...
- Web/API/VRStageParameters/sizeX The sizeX read-only property of the VRStageParameters interface returns the w idth of the ...
- Web/API/VRStageParameters/sizeY The sizeY read-only property of the VRStageParameters interface returns the depth of the ...
- Web/API/WaveShaperNode A WaveShaperNode always has exactly one input and one output.
- Web/API/WaveShaperNode/curve The curve property of the WaveShaperNode interface is a Float32Array of numbers describing the ...
- Web/API/WaveShaperNode/oversample The oversample property of the WaveShaperNode interface is an enumerated value indicating if ...
- Web/API/WaveShaperNode/WaveShaperNode The WaveShaperNode() constructor of the Web Audio API creates a new WaveShaperNode object which ...
- Web/API/WebGL2RenderingContext The WebGL2RenderingContext interface provides the OpenGL ES 3.0 rendering context for the ...
- Web/API/WebGL2RenderingContext/beginQuery The WebGL2RenderingContext.beginQuery() method of the WebGL 2 API starts an asynchronous query. ...
- Web/API/WebGL2RenderingContext/beginTransformFeedback The WebGL2RenderingContext.beginTransformFeedback() method of the WebGL 2 API starts a transform ...
- Web/API/WebGL2RenderingContext/bindBufferBase The WebGL2RenderingContext.bindBufferBase() method of the WebGL 2 API binds a given WebGLBuffer ...
- Web/API/WebGL2RenderingContext/bindBufferRange The WebGL2RenderingContext.bindBufferRange() method of the WebGL 2 API binds a range of a given ...
- Web/API/WebGL2RenderingContext/bindSampler The WebGL2RenderingContext.bindSampler() method of the WebGL 2 API binds a passed WebGLSampler ...
- Web/API/WebGL2RenderingContext/bindTransformFeedback The WebGL2RenderingContext.bindTransformFeedback() method of the WebGL 2 API binds a passed ...
- Web/API/WebGL2RenderingContext/bindVertexArray The WebGL2RenderingContext.bindVertexArray() method of the WebGL 2 API binds a passed ...
- Web/API/WebGL2RenderingContext/blitFramebuffer The WebGL2RenderingContext.blitFramebuffer() method of the WebGL 2 API transfers a block of ...
- Web/API/WebGL2RenderingContext/clearBuffer The WebGL2RenderingContext.clearBuffer[fiuv]() methods of the WebGL 2 API clear buffers from the ...
- Web/API/WebGL2RenderingContext/clientWaitSync The WebGL2RenderingContext.clientWaitSync() method of the WebGL 2 API blocks and waits for a ...
- Web/API/WebGL2RenderingContext/compressedTexImage3D The WebGL2RenderingContext.compressedTexImage3D() method of the WebGL API specifies a ...
- Web/API/WebGL2RenderingContext/compressedTexSubImage3D The WebGL2RenderingContext.compressedTexSubImage3D() method of the WebGL API specifies a ...
- Web/API/WebGL2RenderingContext/copyBufferSubData The WebGL2RenderingContext.copyBufferSubData() method of the WebGL 2 API copies part of the data ...
- Web/API/WebGL2RenderingContext/copyTexSubImage3D The WebGL2RenderingContext.copyTexSubImage3D() method of the WebGL API copies pixels from the ...
- Web/API/WebGL2RenderingContext/createQuery The WebGL2RenderingContext.createQuery() method of the WebGL 2 API creates and initializes ...
- Web/API/WebGL2RenderingContext/createSampler The WebGL2RenderingContext.createSampler() method of the WebGL 2 API creates and initializes ...
- Web/API/WebGL2RenderingContext/createTransformFeedback The WebGL2RenderingContext.createTransformFeedback() method of the WebGL 2 API creates and ...
- Web/API/WebGL2RenderingContext/createVertexArray The WebGL2RenderingContext.createVertexArray() method of the WebGL 2 API creates and initializes ...
- Web/API/WebGL2RenderingContext/deleteQuery The WebGL2RenderingContext.deleteQuery() method of the WebGL 2 API deletes a given WebGLQuery ...
- Web/API/WebGL2RenderingContext/deleteSampler The WebGL2RenderingContext.deleteSampler() method of the WebGL 2 API deletes a given ...
- Web/API/WebGL2RenderingContext/deleteSync The WebGL2RenderingContext.deleteSync() method of the WebGL 2 API deletes a given WebGLSync object.
- Web/API/WebGL2RenderingContext/deleteTransformFeedback The WebGL2RenderingContext.deleteTransformFeedback() method of the WebGL 2 API deletes a given ...
- Web/API/WebGL2RenderingContext/deleteVertexArray The WebGL2RenderingContext.deleteVertexArray() method of the WebGL 2 API deletes a given ...
- Web/API/WebGL2RenderingContext/drawArraysInstanced The WebGL2RenderingContext.drawArraysInstanced() method of the WebGL 2 API renders primitives ...
- Web/API/WebGL2RenderingContext/drawBuffers The WebGL2RenderingContext.drawBuffers() method of the WebGL 2 API defines draw buffers to which ...
- Web/API/WebGL2RenderingContext/drawElementsInstanced The WebGL2RenderingContext.drawElementsInstanced() method of the WebGL 2 API renders primitives ...
- Web/API/WebGL2RenderingContext/drawRangeElements The WebGL2RenderingContext.drawRangeElements() method of the WebGL API renders primitives from ...
- Web/API/WebGL2RenderingContext/endQuery The WebGL2RenderingContext.endQuery() method of the WebGL 2 API marks the end of a given query ...
- Web/API/WebGL2RenderingContext/endTransformFeedback The WebGL2RenderingContext.endTransformFeedback() method of the WebGL 2 API ends a transform ...
- Web/API/WebGL2RenderingContext/fenceSync The WebGL2RenderingContext.fenceSync() method of the WebGL 2 API creates a new WebGLSync object ...
- Web/API/WebGL2RenderingContext/framebufferTextureLayer The WebGL2RenderingContext.framebufferTextureLayer() method of the WebGL 2 API attaches a single ...
- Web/API/WebGL2RenderingContext/getActiveUniformBlockName The WebGL2RenderingContext.getActiveUniformBlockName() method of the WebGL 2 API retrieves the ...
- Web/API/WebGL2RenderingContext/getActiveUniformBlockParameter The WebGL2RenderingContext.getActiveUniformBlockParameter() method of the WebGL 2 API retrieves ...
- Web/API/WebGL2RenderingContext/getActiveUniforms The WebGL2RenderingContext.getActiveUniforms() method of the WebGL 2 API retrieves information ...
- Web/API/WebGL2RenderingContext/getBufferSubData The WebGL2RenderingContext.getBufferSubData() method of the WebGL 2 API reads data from a buffer ...
- Web/API/WebGL2RenderingContext/getFragDataLocation The WebGL2RenderingContext.getFragDataLocation() method of the WebGL 2 API returns the binding ...
- Web/API/WebGL2RenderingContext/getIndexedParameter The WebGL2RenderingContext.getIndexedParameter() method of the WebGL 2 API returns indexed ...
- Web/API/WebGL2RenderingContext/getInternalformatParameter The WebGL2RenderingContext.getInternalformatParameter() method of the WebGL 2 API returns ...
- Web/API/WebGL2RenderingContext/getQuery The WebGL2RenderingContext.getQuery() method of the WebGL 2 API returns the currently active ...
- Web/API/WebGL2RenderingContext/getQueryParameter The WebGL2RenderingContext.getQueryParameter() method of the WebGL 2 API returns parameter ...
- Web/API/WebGL2RenderingContext/getSamplerParameter The WebGL2RenderingContext.getSamplerParameter() method of the WebGL 2 API returns parameter ...
- Web/API/WebGL2RenderingContext/getSyncParameter The WebGL2RenderingContext.getSyncParameter() method of the WebGL 2 API returns parameter ...
- Web/API/WebGL2RenderingContext/getTransformFeedbackVarying The WebGL2RenderingContext.getTransformFeedbackVarying() method of the WebGL 2 API returns ...
- Web/API/WebGL2RenderingContext/getUniformBlockIndex The WebGL2RenderingContext.getUniformBlockIndex() method of the WebGL 2 API retrieves the index ...
- Web/API/WebGL2RenderingContext/getUniformIndices The WebGL2RenderingContext.getUniformIndices() method of the WebGL 2 API retrieves the indices ...
- Web/API/WebGL2RenderingContext/invalidateFramebuffer The WebGL2RenderingContext.invalidateFramebuffer() method of the WebGL 2 API invalidates the ...
- Web/API/WebGL2RenderingContext/invalidateSubFramebuffer The WebGL2RenderingContext.invalidateSubFramebuffer() method of the WebGL 2 API invalidates ...
- Web/API/WebGL2RenderingContext/isQuery The WebGL2RenderingContext.isQuery() method of the WebGL 2 API returns true if the passed object ...
- Web/API/WebGL2RenderingContext/isSampler The WebGL2RenderingContext.isSampler() method of the WebGL 2 API returns true if the passed ...
- Web/API/WebGL2RenderingContext/isSync The WebGL2RenderingContext.isSync() method of the WebGL 2 API returns true if the passed object ...
- Web/API/WebGL2RenderingContext/isTransformFeedback The WebGL2RenderingContext.isTransformFeedback() method of the WebGL 2 API returns true if the ...
- Web/API/WebGL2RenderingContext/isVertexArray The WebGL2RenderingContext.isVertexArray() method of the WebGL API returns true if the passed ...
- Web/API/WebGL2RenderingContext/pauseTransformFeedback The WebGL2RenderingContext.pauseTransformFeedback() method of the WebGL 2 API pauses a transform ...