bindBuffer method

void bindBuffer(
  1. int target,
  2. WebGLBuffer? buffer
)

Implementation

void bindBuffer(int target, WebGLBuffer? buffer) =>
    js_util.callMethod(this, 'bindBuffer', [target, buffer]);