Vector2 getDrawingBufferSize(Vector2 target) { target.set(width * _pixelRatio, height * _pixelRatio); target.floor(); return target; }