void clearBuffer(GPUBuffer buffer, [int? offset = 0, int? size]) => js_util.callMethod(this, 'clearBuffer', [buffer, offset, size]);