You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm following the documentation correctly, each array passed to createBufferInfoFromArrays should be an ArraySpec, which does not include the drawType property. It looks like the function does actually use the property, so I think it's the docs/types that are incomplete not the example.
Could you please clarify here or update the example, docs or types to reflect the proper way to set drawType on an attribute?
Thanks!
The text was updated successfully, but these errors were encountered:
Refer to the following code from the dynamic buffers example:
If I'm following the documentation correctly, each array passed to
createBufferInfoFromArrays
should be anArraySpec
, which does not include thedrawType
property. It looks like the function does actually use the property, so I think it's the docs/types that are incomplete not the example.Could you please clarify here or update the example, docs or types to reflect the proper way to set
drawType
on an attribute?Thanks!
The text was updated successfully, but these errors were encountered: