vertexAttribIPointer method
void
vertexAttribIPointer()
The WebGL2RenderingContext.vertexAttribIPointer()
method
of the
WebGL 2 API
specifies integer data
formats and locations of vertex attributes in a vertex attributes array.
Implementation
external void vertexAttribIPointer(
GLuint index,
GLint size,
GLenum type,
GLsizei stride,
GLintptr offset,
);