WebGLRenderingContext.bufferSubData

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void bufferSubData(uint target, int offset, ArrayBuffer data)
    struct WebGLRenderingContext
    nothrow
    void
    bufferSubData
    ()
    (
    uint target
    ,
    int offset
    ,
    scope ref ArrayBuffer data
    )
  2. void bufferSubData(uint target, int offset, ArrayBufferView data)

Meta