WebGL2RenderingContextBase.bufferSubData

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void bufferSubData(uint target, int dstByteOffset, BufferDataSource srcData)
  2. void bufferSubData(uint target, int dstByteOffset, ArrayBufferView srcData, uint srcOffset, uint length)
    struct WebGL2RenderingContextBase
    nothrow
    void
    bufferSubData
    ()
  3. void bufferSubData(uint target, int dstByteOffset, ArrayBufferView srcData, uint srcOffset)

Meta