bindBuffer方法

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

实现

void bindBuffer(int target, Buffer? buffer) native;