regl icon indicating copy to clipboard operation
regl copied to clipboard

attribute.type doc missing?

Open jwu opened this issue 8 years ago • 0 comments

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?

jwu avatar Jan 06 '17 05:01 jwu