bufferSubData method
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,
);