There are nine types of BufferAttribute available in Verge3D. These correspond to the JavaScript typed arrays.
v3d.Float64BufferAttribute
v3d.Float32BufferAttribute
v3d.Float16BufferAttribute
v3d.Uint32BufferAttribute
v3d.Int32BufferAttribute
v3d.Uint16BufferAttribute
v3d.Int16BufferAttribute
v3d.Uint8ClampedBufferAttribute
v3d.Uint8BufferAttribute
v3d.Int8BufferAttribute
All of the above are called in the same way.
See the BufferAttribute page for inherited properties.
See the BufferAttribute page for inherited methods.
For more info on how to obtain the source code of this module see this page.