Unique identifier for this renderer within the layer.
The renderer class to instantiate.
Optional params: POptional paramsOptional params forwarded to the renderer constructor.
Optional activeWhether the renderer is initially active in the render queue. Default: true.
Renderer entry that provides a class to be instantiated by the layer. The layer passes its own
widthandheightto the constructor, so the renderer's buffers always match the frame it will process.Prefer the rendererEntry helper over a raw object literal — it infers
Pfrom the class so the compiler can catch excess / wrong-type params.