bindBuffer method
The WebGLRenderingContext.bindBuffer()
method of the
WebGL API
binds a given
WebGLBuffer to a target.
Implementation
external void bindBuffer(
GLenum target,
WebGLBuffer? buffer,
);
The WebGLRenderingContext.bindBuffer()
method of the
WebGL API
binds a given
WebGLBuffer to a target.
external void bindBuffer(
GLenum target,
WebGLBuffer? buffer,
);