VertexData.getAttributeSize

Returns the size of the attribute at the provided index, or -1 if none can be found.

@param index The index to lookup @return The size of the attribute, or -1 if none can be found

  1. int getAttributeSize(string name)
  2. int getAttributeSize(uint index)
    class VertexData
    int
    getAttributeSize
    (
    uint index
    )

Meta