web api instance method
WebGLRenderingContext: getVertexAttribOffset() method
Available in workers
The WebGLRenderingContext.getVertexAttribOffset() method
of the WebGL API returns the address of a
specified vertex attribute.
Syntax
getVertexAttribOffset(index, pname)
Parameters
index- : A
GLuintspecifying the index of the vertex attribute.
- : A
pname- : A
GLenumwhich must begl.VERTEX_ATTRIB_ARRAY_POINTER.
- : A
Return value
A GLintptr indicating the address of the vertex attribute.
Examples
gl.getVertexAttribOffset(i, gl.VERTEX_ATTRIB_ARRAY_POINTER);
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.