ZComponent Renderer
Abstract base class responsible for rendering components in the Zernikalos engine. Serves as the foundation for implementing render-specific logic for components that require rendering capabilities.
This class is associated with a rendering context, which provides the necessary tools and environment for rendering operations. It is designed to be used as a base for component-specific renderers, which must implement the abstract methods and may override existing ones to define custom behavior.