dispose method

dynamic dispose()

Implementation

dispose() {
  this._objects.dispose();
  this._properties.dispose();
  this._renderPipelines.dispose();
  this._computePipelines.dispose();
  this._nodes.dispose();
  this._bindings.dispose();
  this._info.dispose();
  this._renderLists.dispose();
  this._textures.dispose();
}