Skip to main content

Module renderer_base

Module renderer_base 

Source
Expand description

Base renderer with clipping.

Port of agg_renderer_base.h — wraps a pixel format with a clip rectangle, ensuring all rendering operations are bounded within the visible area.

Structs§

RendererBase
Base renderer that clips all operations to a rectangle before delegating to the underlying pixel format.