I can create texture of PIXI.Graphics with renderer.generateTexture() function.
I could also create new render texture and use renderer.render() function to render the circle to that, am I right?
Which one of those I should use? Is there any performance benefits?