regl
regl copied to clipboard
attribute.type doc missing?
I read the section of attributes in regl Docs https://github.com/regl-project/regl/blob/gh-pages/API.md#attributes, but I didn't found the type option in it.
However, when I search the code and I found there is a type for each attribute: https://github.com/regl-project/regl/blob/gh-pages/lib/core.js#L1690
So I guess may be the doc missed it?