render
The render method that is in charge of rendering. This method receives the ctx that allows to buffer geometry to be drawn in batches.
This method is final, and to control rendering you have to override renderInternal. When a filter is set, the render is performed into a texture, and the Filter decides how to render that texture containing the View representation.