Phaser API Documentation

  Version: 
setAttribPointers([reset])

Description:

Sets the vertex attribute pointers.

This should only be called after the vertex buffer has been bound.

It is called automatically during the bind method.

Parameters:

name type arguments Default description
reset boolean <optional> false

Reset the vertex attribute locations?

Returns:
Description:

This WebGLShader instance.

Since: 3.50.0