VertexData.getAttributeBuffer

Returns the buffer for the attribute at the provided index, or null if none can be found. The buffer is returned filled and ready for reading.

@param index The index to lookup @return The attribute buffer, filled and flipped

  1. ubyte[] getAttributeBuffer(string name)
  2. ubyte[] getAttributeBuffer(uint index)
    class VertexData
    ubyte[]
    getAttributeBuffer
    (
    uint index
    )

Meta