bufferSubData method

void bufferSubData(
  1. GLenum target,
  2. GLintptr offset,
  3. AllowSharedBufferSource data
)

The WebGLRenderingContext.bufferSubData() method of the WebGL API updates a subset of a buffer object's data store.

Implementation

external void bufferSubData(
  GLenum target,
  GLintptr offset,
  AllowSharedBufferSource data,
);