BaseDrawSurface
ClassSource: BaseDrawSurface.h
Inherits from: DrawSurface
Description
Optional base class for DrawSurface implementations that provides default primitive rendering.
Users can inherit from this class to avoid implementing every single primitive. At minimum, a subclass should implement:
- init()
- drawPixel()
- sendBuffer()
- clearBuffer()
Inheritance
DrawSurface → BaseDrawSurface
