getVertexAttribOffset method
The WebGLRenderingContext.getVertexAttribOffset()
method
of the
WebGL API
returns the address of a
specified vertex attribute.
Implementation
external GLintptr getVertexAttribOffset(
GLuint index,
GLenum pname,
);
The WebGLRenderingContext.getVertexAttribOffset()
method
of the
WebGL API
returns the address of a
specified vertex attribute.
external GLintptr getVertexAttribOffset(
GLuint index,
GLenum pname,
);