ElementBuffer.update

Updates the Buffer, using glBufferSubData.

  1. void update(T data, GLintptr offset)
    class ElementBuffer
    void
    update
    (
    T
    )
    (
    const T data
    ,
    GLintptr offset
    )
    if (
    isArray!T
    )
  2. void update(T ptr, size_t size, GLintptr offset)

Meta