glBindBuffer function

  1. @JS()
void glBindBuffer(
  1. JSObject gl,
  2. int target,
  3. JSAny? buffer
)

Implementation

@JS()
external void glBindBuffer(JSObject gl, int target, JSAny? buffer);