getVertexAttribOffset method

GLintptr getVertexAttribOffset(
  1. GLuint index,
  2. GLenum pname
)

The WebGLRenderingContext.getVertexAttribOffset() method of the WebGL API returns the address of a specified vertex attribute.

Implementation

external GLintptr getVertexAttribOffset(
  GLuint index,
  GLenum pname,
);