efl/src/lib/ector/software/ector_renderer_software.eo

12 lines
268 B
Plaintext

abstract Ector.Renderer.Software extends Ector.Renderer
{
[[Ector software renderer class]]
data: null;
methods {
op_fill @pure_virtual {
[[Renderer fill operation]]
return: bool; [[$true on success, $false otherwise]]
}
}
}