getDrawingBufferSize method
dynamic
getDrawingBufferSize(
- dynamic target
Implementation
getDrawingBufferSize(target) {
return target
.set(this._width * this._pixelRatio, this._height * this._pixelRatio)
.floor();
}