VertexData.getAttributeBuffer

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

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

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

Meta