WebGLRenderingContext.getVertexAttribOffset()
The WebGLRenderingContext.getVertexAttribOffset()
method
of the WebGL API returns the address of a
specified vertex attribute.
Syntax
GLintptr gl.getVertexAttribOffset(index, pname);
Parameters
Return value
A GLintptr
indicating the address of the vertex attribute.
Examples
gl.getVertexAttribOffset(i, gl.VERTEX_ATTRIB_ARRAY_POINTER);
Specifications
Specification |
---|
WebGL Specification # 5.14.10 |
Browser compatibility
BCD tables only load in the browser